#D2EECD

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

Shades of Blue Romance #D2EECD

Tints of Blue Romance #D2EECD

Color information

#D2EECD (or 0xD2EECD) is unknown color: approx Blue Romance. HEX triplet: D2, EE and CD. RGB value is (210,238,205). Sum of RGB (Red+Green+Blue) = 210+238+205=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EECD is #2D1132. Grayscale: #E1E1E1. Windows color (decimal): -2953523 or 13496018. OLE color: 13496018.

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

Color convert

RGB210238205-
CMYK0.1200.140.07
HSL110.91º49.25%86.86%-
HSV(B)110.91º13.87%93.33%-
XYZ68.1779.2669.46-
YUV225.87116.22116.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=32.16%
G=36.45%
B=31.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102382050.1200.140.07110.9149.2586.86
HexD2EECDC0E76f3157
Octal32235631514016715761127
Binary11010010111011101100110111000111011111011111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EECD; }

 p { color: rgb(210,238,205); }

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

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

 a { background-color: rgb(210,238,205); }

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

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

 span { border-color: rgb(210,238,205); }

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