#DAFF9C

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

Shades of Reef #DAFF9C

Tints of Reef #DAFF9C

Color information

#DAFF9C (or 0xDAFF9C) is unknown color: approx Reef. HEX triplet: DA, FF and 9C. RGB value is (218,255,156). Sum of RGB (Red+Green+Blue) = 218+255+156=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9C is #250063. Grayscale: #E9E9E9. Windows color (decimal): -2424932 or 10289114. OLE color: 10289114.

HSL color Cylindrical-coordinate representation of color #DAFF9C: hue angle of 82.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAFF9C is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB218255156-
CMYK0.1500.390
HSL82.42º100%80.59%-
HSV(B)82.42º38.82%100%-
XYZ70.6788.8344.87-
YUV232.6584.74117.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 156 (61.33% from 255) = 24.80%
R=34.66%
G=40.54%
B=24.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551560.1500.39082.4210080.59
HexDAFF9CF0270526451
Octal332377234170470122144121
Binary110110101111111110011100111101001110101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF9C; }

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

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

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

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

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

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

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

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