#D8EDA4

Color #D8EDA4 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D8EDA4

Tints of Reef #D8EDA4

Color information

#D8EDA4 (or 0xD8EDA4) is unknown color: approx Reef. HEX triplet: D8, ED and A4. RGB value is (216,237,164). Sum of RGB (Red+Green+Blue) = 216+237+164=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDA4 is #27125B. Grayscale: #DEDEDE. Windows color (decimal): -2560604 or 10808792. OLE color: 10808792.

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

Color convert

RGB216237164-
CMYK0.0900.310.07
HSL77.26º66.97%78.63%-
HSV(B)77.26º30.8%92.94%-
XYZ65.377.8546.71-
YUV222.495.04123.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=35.01%
G=38.41%
B=26.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162371640.0900.310.0777.2666.9778.63
HexD8EDA4901F74d434f
Octal330355244110377115103117
Binary1101100011101101101001001001011111111100110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDA4; }

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

 H1.HeaderClassName
 {
   color: #D8EDA4;
 }
 .AnyTagClassName
 {
   color: #D8EDA4;
 }
</style>
background-color css

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

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

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

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

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

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