#D4ECAD

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

Shades of Reef #D4ECAD

Tints of Reef #D4ECAD

Color information

#D4ECAD (or 0xD4ECAD) is unknown color: approx Reef. HEX triplet: D4, EC and AD. RGB value is (212,236,173). Sum of RGB (Red+Green+Blue) = 212+236+173=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4ECAD is #2B1352. Grayscale: #DDDDDD. Windows color (decimal): -2822995 or 11398356. OLE color: 11398356.

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

Color convert

RGB212236173-
CMYK0.1000.270.07
HSL82.86º62.38%80.2%-
HSV(B)82.86º26.69%92.55%-
XYZ64.6977.0150.99-
YUV221.64100.55121.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=34.14%
G=38.00%
B=27.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122361730.1000.270.0782.8662.3880.2
HexD4ECADA01B7533e50
Octal32435425512033712376120
Binary110101001110110010101101101001101111110100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECAD; }

 p { color: rgb(212,236,173); }

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

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

 a { background-color: rgb(212,236,173); }

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

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

 span { border-color: rgb(212,236,173); }

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