Html Css Color HEX #D6EAAA Reef

📋 copy color: '#D6EAAA'

red 214 ◦ green 234 ◦ blue 170

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

Shades of Reef #D6EAAA

Tints of Reef #D6EAAA

RGB

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

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

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

R = 34.63%
G = 37.86%
B = 27.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D6EAAA (or 0xD6EAAA) is known color: Reef. HEX triplet: D6, EA and AA. RGB value is (214,234,170). Sum of RGB (Red+Green+Blue) = 214+234+170=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EAAA is #291555. Grayscale: #DCDCDC. Windows color (decimal): -2692438 or 11201238. OLE color: 11201238.

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

Color convert

RGB 214 234 170 -
CMYK 0.09 0 0.27 0.08
HSL 78.75º 0.6% 0.79% -
HSV(B) 78.75º 0.27% 0.92% -
XYZ 64.41 76.04 49.31 -
YUV 220.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 214 234 170 0.09 0 0.27 0.08 78.75 0.6 0.79
Hex D6 EA AA 9 0 1B 8 4F 3C 4F
Octal 326 352 252 11 0 33 10 117 74 117
Binary 11010110 11101010 10101010 1001 0 11011 1000 1001111 111100 1001111

Color Harmonies of #D6EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAAA

Black with #D6EAAA

Text Example


Text Example

White with #D6EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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