#D2ECCF

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

Shades of Blue Romance #D2ECCF

Tints of Blue Romance #D2ECCF

Color information

#D2ECCF (or 0xD2ECCF) is unknown color: approx Blue Romance. HEX triplet: D2, EC and CF. RGB value is (210,236,207). Sum of RGB (Red+Green+Blue) = 210+236+207=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCF is #2D1330. Grayscale: #E1E1E1. Windows color (decimal): -2954033 or 13626578. OLE color: 13626578.

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

Color convert

RGB210236207-
CMYK0.1100.120.07
HSL113.79º43.28%86.86%-
HSV(B)113.79º12.29%92.55%-
XYZ67.8478.270.55-
YUV224.92117.89117.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=32.16%
G=36.14%
B=31.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362070.1100.120.07113.7943.2886.86
HexD2ECCFB0C7722b57
Octal32235431713014716253127
Binary11010010111011001100111110110110011111100101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECCF; }

 p { color: rgb(210,236,207); }

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

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

 a { background-color: rgb(210,236,207); }

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

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

 span { border-color: rgb(210,236,207); }

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