#D2ECAD

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

Shades of Reef #D2ECAD

Tints of Reef #D2ECAD

Color information

#D2ECAD (or 0xD2ECAD) is unknown color: approx Reef. HEX triplet: D2, EC and AD. RGB value is (210,236,173). Sum of RGB (Red+Green+Blue) = 210+236+173=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECAD is #2D1352. Grayscale: #DDDDDD. Windows color (decimal): -2954067 or 11398354. OLE color: 11398354.

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

Color convert

RGB210236173-
CMYK0.1100.270.07
HSL84.76º62.38%80.2%-
HSV(B)84.76º26.69%92.55%-
XYZ64.1276.7150.96-
YUV221.04100.89120.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.93%
G=38.13%
B=27.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361730.1100.270.0784.7662.3880.2
HexD2ECADB01B7553e50
Octal32235425513033712576120
Binary110100101110110010101101101101101111110101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECAD; }

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

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

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

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

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

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

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

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