#D5ECAD

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

Shades of Reef #D5ECAD

Tints of Reef #D5ECAD

Color information

#D5ECAD (or 0xD5ECAD) is unknown color: approx Reef. HEX triplet: D5, EC and AD. RGB value is (213,236,173). Sum of RGB (Red+Green+Blue) = 213+236+173=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECAD is #2A1352. Grayscale: #DEDEDE. Windows color (decimal): -2757459 or 11398357. OLE color: 11398357.

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

Color convert

RGB213236173-
CMYK0.1000.270.07
HSL81.9º62.38%80.2%-
HSV(B)81.9º26.69%92.55%-
XYZ64.9877.1551-
YUV221.94100.38121.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=34.24%
G=37.94%
B=27.81%

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
Decimal2132361730.1000.270.0781.962.3880.2
HexD5ECADA01B7523e50
Octal32535425512033712276120
Binary110101011110110010101101101001101111110100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECAD; }

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

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

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

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

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

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

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

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