#D1ECCD

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

Shades of Blue Romance #D1ECCD

Tints of Blue Romance #D1ECCD

Color information

#D1ECCD (or 0xD1ECCD) is unknown color: approx Blue Romance. HEX triplet: D1, EC and CD. RGB value is (209,236,205). Sum of RGB (Red+Green+Blue) = 209+236+205=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECCD is #2E1332. Grayscale: #E0E0E0. Windows color (decimal): -3019571 or 13495505. OLE color: 13495505.

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

Color convert

RGB209236205-
CMYK0.1100.130.07
HSL112.26º44.93%86.47%-
HSV(B)112.26º13.14%92.55%-
XYZ67.3177.9569.26-
YUV224.39117.05117.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=32.15%
G=36.31%
B=31.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092362050.1100.130.07112.2644.9386.47
HexD1ECCDB0D7702d56
Octal32135431513015716055126
Binary11010001111011001100110110110110111111100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECCD; }

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

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

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

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

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

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

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

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