#D0ECCE

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

Shades of Blue Romance #D0ECCE

Tints of Blue Romance #D0ECCE

Color information

#D0ECCE (or 0xD0ECCE) is unknown color: approx Blue Romance. HEX triplet: D0, EC and CE. RGB value is (208,236,206). Sum of RGB (Red+Green+Blue) = 208+236+206=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCE is #2F1331. Grayscale: #E0E0E0. Windows color (decimal): -3085106 or 13561040. OLE color: 13561040.

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

Color convert

RGB208236206-
CMYK0.1200.130.07
HSL116º44.12%86.67%-
HSV(B)116º12.71%92.55%-
XYZ67.1577.8669.88-
YUV224.21117.72116.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=32%
G=36.31%
B=31.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082362060.1200.130.0711644.1286.67
HexD0ECCEC0D7742c57
Octal32035431614015716454127
Binary11010000111011001100111011000110111111101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECCE; }

 p { color: rgb(208,236,206); }

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

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

 a { background-color: rgb(208,236,206); }

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

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

 span { border-color: rgb(208,236,206); }

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