Html Css Color HEX #D6EA9C Reef

📋 copy color: '#D6EA9C'

red 214 ◦ green 234 ◦ blue 156

#D6EA9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D6EA9C

Tints of Reef #D6EA9C

RGB

 RED value IS 214 (83.98% from 255) = 35.43%

 GREEN value IS 234 (91.8% from 255) = 38.74%

 BLUE value IS 156 (61.33% from 255) = 25.83%

R = 35.43%
G = 38.74%
B = 25.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#D6EA9C (or 0xD6EA9C) is known color: Reef. HEX triplet: D6, EA and 9C. RGB value is (214,234,156). Sum of RGB (Red+Green+Blue) = 214+234+156=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA9C is #291563. Grayscale: #DBDBDB. Windows color (decimal): -2692452 or 10283734. OLE color: 10283734.

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

Color convert

RGB 214 234 156 -
CMYK 0.09 0 0.33 0.08
HSL 75.38º 0.65% 0.76% -
HSV(B) 75.38º 0.33% 0.92% -
XYZ 63.16 75.54 42.7 -
YUV 219.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 214 234 156 0.09 0 0.33 0.08 75.38 0.65 0.76
Hex D6 EA 9C 9 0 21 8 4B 41 4C
Octal 326 352 234 11 0 41 10 113 101 114
Binary 11010110 11101010 10011100 1001 0 100001 1000 1001011 1000001 1001100

Color Harmonies of #D6EA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EA9C

Black with #D6EA9C

Text Example


Text Example

White with #D6EA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EA9C; }

 p { color: rgb(214,234,156); }

 H1.HeaderClassName
 {
   color: #D6EA9C;
 }
 .AnyTagClassName
 {
   color: #D6EA9C;
 }
</style>

background-color css

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

 a { background-color: rgb(214,234,156); }

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

border-color css

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

 span { border-color: rgb(214,234,156); }

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