#D5ECA3

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

Shades of Reef #D5ECA3

Tints of Reef #D5ECA3

Color information

#D5ECA3 (or 0xD5ECA3) is unknown color: approx Reef. HEX triplet: D5, EC and A3. RGB value is (213,236,163). Sum of RGB (Red+Green+Blue) = 213+236+163=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECA3 is #2A135C. Grayscale: #DDDDDD. Windows color (decimal): -2757469 or 10742997. OLE color: 10742997.

HSL color Cylindrical-coordinate representation of color #D5ECA3: hue angle of 78.9º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ECA3 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB213236163-
CMYK0.1000.310.07
HSL78.9º65.77%78.24%-
HSV(B)78.9º30.93%92.55%-
XYZ64.0576.7846.09-
YUV220.895.38122.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 163 (64.06% from 255) = 26.63%
R=34.80%
G=38.56%
B=26.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132361630.1000.310.0778.965.7778.24
HexD5ECA3A01F74f424e
Octal325354243120377117102116
Binary1101010111101100101000111010011111111100111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECA3; }

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

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

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

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

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

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

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

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