#D8EBAC

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

Shades of Reef #D8EBAC

Tints of Reef #D8EBAC

Color information

#D8EBAC (or 0xD8EBAC) is unknown color: approx Reef. HEX triplet: D8, EB and AC. RGB value is (216,235,172). Sum of RGB (Red+Green+Blue) = 216+235+172=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EBAC is #271453. Grayscale: #DEDEDE. Windows color (decimal): -2561108 or 11332568. OLE color: 11332568.

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

Color convert

RGB216235172-
CMYK0.0800.270.08
HSL78.1º61.17%79.8%-
HSV(B)78.1º26.81%92.16%-
XYZ65.4776.9950.44-
YUV222.1499.71123.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=34.67%
G=37.72%
B=27.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162351720.0800.270.0878.161.1779.8
HexD8EBAC801B84e3d50
Octal330353254100331011675120
Binary1101100011101011101011001000011011100010011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBAC; }

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

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

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

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

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

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

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

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