#D8EDAC

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

Shades of Reef #D8EDAC

Tints of Reef #D8EDAC

Color information

#D8EDAC (or 0xD8EDAC) is unknown color: approx Reef. HEX triplet: D8, ED and AC. RGB value is (216,237,172). Sum of RGB (Red+Green+Blue) = 216+237+172=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAC is #271253. Grayscale: #DFDFDF. Windows color (decimal): -2560596 or 11333080. OLE color: 11333080.

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

Color convert

RGB216237172-
CMYK0.0900.270.07
HSL79.38º64.36%80.2%-
HSV(B)79.38º27.43%92.94%-
XYZ66.0578.1550.63-
YUV223.3199.04122.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=34.56%
G=37.92%
B=27.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162371720.0900.270.0779.3864.3680.2
HexD8EDAC901B74f4050
Octal330355254110337117100120
Binary1101100011101101101011001001011011111100111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDAC; }

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

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

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

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

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

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

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

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