Html Css Color HEX #D6ECAA Reef

📋 copy color: '#D6ECAA'

red 214 ◦ green 236 ◦ blue 170

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

Shades of Reef #D6ECAA

Tints of Reef #D6ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 34.52%
G = 38.06%
B = 27.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D6ECAA (or 0xD6ECAA) is known color: Reef. HEX triplet: D6, EC and AA. RGB value is (214,236,170). Sum of RGB (Red+Green+Blue) = 214+236+170=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAA is #291355. Grayscale: #DEDEDE. Windows color (decimal): -2691926 or 11201750. OLE color: 11201750.

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

Color convert

RGB 214 236 170 -
CMYK 0.09 0 0.28 0.07
HSL 80º 0.63% 0.8% -
HSV(B) 80º 0.28% 0.93% -
XYZ 64.98 77.19 49.5 -
YUV 221.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 214 236 170 0.09 0 0.28 0.07 80 0.63 0.8
Hex D6 EC AA 9 0 1C 7 50 3F 50
Octal 326 354 252 11 0 34 7 120 77 120
Binary 11010110 11101100 10101010 1001 0 11100 111 1010000 111111 1010000

Color Harmonies of #D6ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECAA

Black with #D6ECAA

Text Example


Text Example

White with #D6ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECAA; }

 p { color: rgb(214,236,170); }

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

background-color css

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

 a { background-color: rgb(214,236,170); }

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

border-color css

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

 span { border-color: rgb(214,236,170); }

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