#DAEFAB

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

Shades of Reef #DAEFAB

Tints of Reef #DAEFAB

Color information

#DAEFAB (or 0xDAEFAB) is unknown color: approx Reef. HEX triplet: DA, EF and AB. RGB value is (218,239,171). Sum of RGB (Red+Green+Blue) = 218+239+171=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFAB is #251054. Grayscale: #E1E1E1. Windows color (decimal): -2429013 or 11268058. OLE color: 11268058.

HSL color Cylindrical-coordinate representation of color #DAEFAB: hue angle of 78.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAEFAB is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB218239171-
CMYK0.0900.280.06
HSL78.53º68%80.39%-
HSV(B)78.53º28.45%93.73%-
XYZ67.1379.5850.35-
YUV224.9797.54123.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=34.71%
G=38.06%
B=27.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391710.0900.280.0678.536880.39
HexDAEFAB901C64f4450
Octal332357253110346117104120
Binary1101101011101111101010111001011100110100111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFAB; }

 p { color: rgb(218,239,171); }

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

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

 a { background-color: rgb(218,239,171); }

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

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

 span { border-color: rgb(218,239,171); }

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