#D1ECB2

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

Shades of Reef #D1ECB2

Tints of Reef #D1ECB2

Color information

#D1ECB2 (or 0xD1ECB2) is unknown color: approx Reef. HEX triplet: D1, EC and B2. RGB value is (209,236,178). Sum of RGB (Red+Green+Blue) = 209+236+178=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECB2 is #2E134D. Grayscale: #DDDDDD. Windows color (decimal): -3019598 or 11726033. OLE color: 11726033.

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

Color convert

RGB209236178-
CMYK0.1100.250.07
HSL87.93º60.42%81.18%-
HSV(B)87.93º24.58%92.55%-
XYZ64.3376.7653.55-
YUV221.31103.55119.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 178 (69.92% from 255) = 28.57%
R=33.55%
G=37.88%
B=28.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092361780.1100.250.0787.9360.4281.18
HexD1ECB2B0197583c51
Octal32135426213031713074121
Binary110100011110110010110010101101100111110110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECB2; }

 p { color: rgb(209,236,178); }

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

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

 a { background-color: rgb(209,236,178); }

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

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

 span { border-color: rgb(209,236,178); }

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