#D8EEAC

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

Shades of Reef #D8EEAC

Tints of Reef #D8EEAC

Color information

#D8EEAC (or 0xD8EEAC) is unknown color: approx Reef. HEX triplet: D8, EE and AC. RGB value is (216,238,172). Sum of RGB (Red+Green+Blue) = 216+238+172=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EEAC is #271153. Grayscale: #E0E0E0. Windows color (decimal): -2560340 or 11333336. OLE color: 11333336.

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

Color convert

RGB216238172-
CMYK0.0900.280.07
HSL80º66%80.39%-
HSV(B)80º27.73%93.33%-
XYZ66.3478.7350.73-
YUV223.998.71122.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=34.50%
G=38.02%
B=27.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162381720.0900.280.07806680.39
HexD8EEAC901C7504250
Octal330356254110347120102120
Binary1101100011101110101011001001011100111101000010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEAC; }

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

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

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

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

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

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

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

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