#DAEB9B

Color #DAEB9B Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAEB9B

Tints of Reef #DAEB9B

Color information

#DAEB9B (or 0xDAEB9B) is unknown color: approx Reef. HEX triplet: DA, EB and 9B. RGB value is (218,235,155). Sum of RGB (Red+Green+Blue) = 218+235+155=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9B is #251464. Grayscale: #DDDDDD. Windows color (decimal): -2430053 or 10218458. OLE color: 10218458.

HSL color Cylindrical-coordinate representation of color #DAEB9B: hue angle of 72.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAEB9B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB218235155-
CMYK0.0700.340.08
HSL72.75º66.67%76.47%-
HSV(B)72.75º34.04%92.16%-
XYZ64.5476.6942.41-
YUV220.890.87126-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=35.86%
G=38.65%
B=25.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351550.0700.340.0872.7566.6776.47
HexDAEB9B7022849434c
Octal332353233704210111103114
Binary11011010111010111001101111101000101000100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB9B; }

 p { color: rgb(218,235,155); }

 H1.HeaderClassName
 {
   color: #DAEB9B;
 }
 .AnyTagClassName
 {
   color: #DAEB9B;
 }
</style>
background-color css

<style>
 a { background-color: #DAEB9B; }

 a { background-color: rgb(218,235,155); }

 div.DivClassName
 {
   background-color: #DAEB9B;
 }
 .BgClassName
 {
   background-color: #DAEB9B;
 }
</style>
border-color css

<style>
 span { border-color: #DAEB9B; }

 span { border-color: rgb(218,235,155); }

 td.TdClassName
 {
   border-color: #DAEB9B;
 }
 .TagClassName
 {
   border-color: #DAEB9B;
 }
</style>