#D8EBAF

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

Shades of Reef #D8EBAF

Tints of Reef #D8EBAF

Color information

#D8EBAF (or 0xD8EBAF) is unknown color: approx Reef. HEX triplet: D8, EB and AF. RGB value is (216,235,175). Sum of RGB (Red+Green+Blue) = 216+235+175=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EBAF is #271450. Grayscale: #DEDEDE. Windows color (decimal): -2561105 or 11529176. OLE color: 11529176.

HSL color Cylindrical-coordinate representation of color #D8EBAF: hue angle of 79º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EBAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB216235175-
CMYK0.0800.260.08
HSL79º60%80.39%-
HSV(B)79º25.53%92.16%-
XYZ65.7777.1151.98-
YUV222.48101.21123.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=34.50%
G=37.54%
B=27.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162351750.0800.260.08796080.39
HexD8EBAF801A84f3c50
Octal330353257100321011774120
Binary1101100011101011101011111000011010100010011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBAF; }

 p { color: rgb(216,235,175); }

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

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

 a { background-color: rgb(216,235,175); }

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

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

 span { border-color: rgb(216,235,175); }

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