Html Css Color HEX #D6E8AA Reef

📋 copy color: '#D6E8AA'

red 214 ◦ green 232 ◦ blue 170

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

Shades of Reef #D6E8AA

Tints of Reef #D6E8AA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.66%

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

R = 34.74%
G = 37.66%
B = 27.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#D6E8AA (or 0xD6E8AA) is known color: Reef. HEX triplet: D6, E8 and AA. RGB value is (214,232,170). Sum of RGB (Red+Green+Blue) = 214+232+170=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E8AA is #291755. Grayscale: #DBDBDB. Windows color (decimal): -2692950 or 11200726. OLE color: 11200726.

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

Color convert

RGB 214 232 170 -
CMYK 0.08 0 0.27 0.09
HSL 77.42º 0.57% 0.79% -
HSV(B) 77.42º 0.27% 0.91% -
XYZ 63.84 74.91 49.12 -
YUV 219.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 214 232 170 0.08 0 0.27 0.09 77.42 0.57 0.79
Hex D6 E8 AA 8 0 1B 9 4D 39 4F
Octal 326 350 252 10 0 33 11 115 71 117
Binary 11010110 11101000 10101010 1000 0 11011 1001 1001101 111001 1001111

Color Harmonies of #D6E8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8AA

Black with #D6E8AA

Text Example


Text Example

White with #D6E8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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