Html Css Color HEX #D8EDAA Reef

📋 copy color: '#D8EDAA'

red 216 ◦ green 237 ◦ blue 170

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

Shades of Reef #D8EDAA

Tints of Reef #D8EDAA

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 34.67%
G = 38.04%
B = 27.29%

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

#D8EDAA (or 0xD8EDAA) is known color: Reef. HEX triplet: D8, ED and AA. RGB value is (216,237,170). Sum of RGB (Red+Green+Blue) = 216+237+170=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAA is #271255. Grayscale: #DFDFDF. Windows color (decimal): -2560598 or 11202008. OLE color: 11202008.

HSL color Cylindrical-coordinate representation of color #D8EDAA: hue angle of 78.81º degrees, saturation: 0.65, 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 #D8EDAA is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 237 170 -
CMYK 0.09 0 0.28 0.07
HSL 78.81º 0.65% 0.8% -
HSV(B) 78.81º 0.28% 0.93% -
XYZ 65.86 78.07 49.63 -
YUV 223.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 216 237 170 0.09 0 0.28 0.07 78.81 0.65 0.8
Hex D8 ED AA 9 0 1C 7 4F 41 50
Octal 330 355 252 11 0 34 7 117 101 120
Binary 11011000 11101101 10101010 1001 0 11100 111 1001111 1000001 1010000

Color Harmonies of #D8EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDAA

Black with #D8EDAA

Text Example


Text Example

White with #D8EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDAA; }

 p { color: rgb(216,237,170); }

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

background-color css

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

 a { background-color: rgb(216,237,170); }

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

border-color css

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

 span { border-color: rgb(216,237,170); }

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