#D0E7CE

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

Shades of Blue Romance #D0E7CE

Tints of Blue Romance #D0E7CE

Color information

#D0E7CE (or 0xD0E7CE) is unknown color: approx Blue Romance. HEX triplet: D0, E7 and CE. RGB value is (208,231,206). Sum of RGB (Red+Green+Blue) = 208+231+206=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7CE is #2F1831. Grayscale: #DDDDDD. Windows color (decimal): -3086386 or 13559760. OLE color: 13559760.

HSL color Cylindrical-coordinate representation of color #D0E7CE: hue angle of 115.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E7CE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB208231206-
CMYK0.1000.110.09
HSL115.2º34.25%85.69%-
HSV(B)115.2º10.82%90.59%-
XYZ65.7375.0269.41-
YUV221.27119.38118.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=32.25%
G=35.81%
B=31.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082312060.1000.110.09115.234.2585.69
HexD0E7CEA0B9732256
Octal320347316120131116342126
Binary110100001110011111001110101001011100111100111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7CE; }

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

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

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

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

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

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

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

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