#D4EBAC

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

Shades of Reef #D4EBAC

Tints of Reef #D4EBAC

Color information

#D4EBAC (or 0xD4EBAC) is unknown color: approx Reef. HEX triplet: D4, EB and AC. RGB value is (212,235,172). Sum of RGB (Red+Green+Blue) = 212+235+172=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAC is #2B1453. Grayscale: #DDDDDD. Windows color (decimal): -2823252 or 11332564. OLE color: 11332564.

HSL color Cylindrical-coordinate representation of color #D4EBAC: hue angle of 81.9º 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 #D4EBAC is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB212235172-
CMYK0.1000.270.08
HSL81.9º61.17%79.8%-
HSV(B)81.9º26.81%92.16%-
XYZ64.3176.3950.39-
YUV220.94100.38121.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=34.25%
G=37.96%
B=27.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122351720.1000.270.0881.961.1779.8
HexD4EBACA01B8523d50
Octal324353254120331012275120
Binary1101010011101011101011001010011011100010100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBAC; }

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

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

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

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

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

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

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

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