#D1ECCC

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

Shades of Blue Romance #D1ECCC

Tints of Blue Romance #D1ECCC

Color information

#D1ECCC (or 0xD1ECCC) is unknown color: approx Blue Romance. HEX triplet: D1, EC and CC. RGB value is (209,236,204). Sum of RGB (Red+Green+Blue) = 209+236+204=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECCC is #2E1333. Grayscale: #E0E0E0. Windows color (decimal): -3019572 or 13429969. OLE color: 13429969.

HSL color Cylindrical-coordinate representation of color #D1ECCC: hue angle of 110.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1ECCC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB209236204-
CMYK0.1100.140.07
HSL110.62º45.71%86.27%-
HSV(B)110.62º13.56%92.55%-
XYZ67.1977.9168.62-
YUV224.28116.55117.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.20%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=32.20%
G=36.36%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092362040.1100.140.07110.6245.7186.27
HexD1ECCCB0E76f2e56
Octal32135431413016715756126
Binary11010001111011001100110010110111011111011111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECCC; }

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

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

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

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

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

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

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

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