#DAFB9C

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

Shades of Reef #DAFB9C

Tints of Reef #DAFB9C

Color information

#DAFB9C (or 0xDAFB9C) is unknown color: approx Reef. HEX triplet: DA, FB and 9C. RGB value is (218,251,156). Sum of RGB (Red+Green+Blue) = 218+251+156=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB9C is #250463. Grayscale: #E6E6E6. Windows color (decimal): -2425956 or 10288090. OLE color: 10288090.

HSL color Cylindrical-coordinate representation of color #DAFB9C: hue angle of 80.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFB9C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB218251156-
CMYK0.1300.380.02
HSL80.84º92.23%79.8%-
HSV(B)80.84º37.85%98.43%-
XYZ69.4186.344.45-
YUV230.386.07119.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 156 (61.33% from 255) = 24.96%
R=34.88%
G=40.16%
B=24.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511560.1300.380.0280.8492.2379.8
HexDAFB9CD0262515c50
Octal332373234150462121134120
Binary1101101011111011100111001101010011010101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB9C; }

 p { color: rgb(218,251,156); }

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

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

 a { background-color: rgb(218,251,156); }

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

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

 span { border-color: rgb(218,251,156); }

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