#DAFCA8

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

Shades of Reef #DAFCA8

Tints of Reef #DAFCA8

Color information

#DAFCA8 (or 0xDAFCA8) is unknown color: approx Reef. HEX triplet: DA, FC and A8. RGB value is (218,252,168). Sum of RGB (Red+Green+Blue) = 218+252+168=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 168 (66.02% from 255 or 26.33% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCA8 is #250357. Grayscale: #E8E8E8. Windows color (decimal): -2425688 or 11074778. OLE color: 11074778.

HSL color Cylindrical-coordinate representation of color #DAFCA8: hue angle of 84.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAFCA8 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB218252168-
CMYK0.1300.330.01
HSL84.29º93.33%82.35%-
HSV(B)84.29º33.33%98.82%-
XYZ70.7987.3550.18-
YUV232.2691.74117.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 168 (66.02% from 255) = 26.33%
R=34.17%
G=39.50%
B=26.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521680.1300.330.0184.2993.3382.35
HexDAFCA8D0211545d52
Octal332374250150411124135122
Binary110110101111110010101000110101000011101010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCA8; }

 p { color: rgb(218,252,168); }

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

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

 a { background-color: rgb(218,252,168); }

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

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

 span { border-color: rgb(218,252,168); }

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