#D0E7CD

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

Shades of Blue Romance #D0E7CD

Tints of Blue Romance #D0E7CD

Color information

#D0E7CD (or 0xD0E7CD) is unknown color: approx Blue Romance. HEX triplet: D0, E7 and CD. RGB value is (208,231,205). Sum of RGB (Red+Green+Blue) = 208+231+205=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7CD is #2F1832. Grayscale: #DDDDDD. Windows color (decimal): -3086387 or 13494224. OLE color: 13494224.

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

Color convert

RGB208231205-
CMYK0.1000.110.09
HSL113.08º35.14%85.49%-
HSV(B)113.08º11.26%90.59%-
XYZ65.6174.9768.77-
YUV221.16118.88118.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.30%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=32.30%
G=35.87%
B=31.83%

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
Decimal2082312050.1000.110.09113.0835.1485.49
HexD0E7CDA0B9712355
Octal320347315120131116143125
Binary110100001110011111001101101001011100111100011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7CD; }

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

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

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

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

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

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

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

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