#D5ECB1

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

Shades of Reef #D5ECB1

Tints of Reef #D5ECB1

Color information

#D5ECB1 (or 0xD5ECB1) is unknown color: approx Reef. HEX triplet: D5, EC and B1. RGB value is (213,236,177). Sum of RGB (Red+Green+Blue) = 213+236+177=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECB1 is #2A134E. Grayscale: #DEDEDE. Windows color (decimal): -2757455 or 11660501. OLE color: 11660501.

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

Color convert

RGB213236177-
CMYK0.1000.250.07
HSL83.39º60.82%80.98%-
HSV(B)83.39º25%92.55%-
XYZ65.3777.3153.07-
YUV222.4102.38121.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=34.03%
G=37.70%
B=28.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132361770.1000.250.0783.3960.8280.98
HexD5ECB1A0197533d51
Octal32535426112031712375121
Binary110101011110110010110001101001100111110100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECB1; }

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

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

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

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

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

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

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

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