#D0EECF

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

Shades of Blue Romance #D0EECF

Tints of Blue Romance #D0EECF

Color information

#D0EECF (or 0xD0EECF) is unknown color: approx Blue Romance. HEX triplet: D0, EE and CF. RGB value is (208,238,207). Sum of RGB (Red+Green+Blue) = 208+238+207=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECF is #2F1130. Grayscale: #E1E1E1. Windows color (decimal): -3084593 or 13627088. OLE color: 13627088.

HSL color Cylindrical-coordinate representation of color #D0EECF: hue angle of 118.06º degrees, saturation: 0.48, 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 #D0EECF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB208238207-
CMYK0.1300.130.07
HSL118.06º47.69%87.25%-
HSV(B)118.06º13.03%93.33%-
XYZ67.8579.0670.72-
YUV225.5117.56115.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=31.85%
G=36.45%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382070.1300.130.07118.0647.6987.25
HexD0EECFD0D7763057
Octal32035631715015716660127
Binary11010000111011101100111111010110111111101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EECF; }

 p { color: rgb(208,238,207); }

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

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

 a { background-color: rgb(208,238,207); }

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

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

 span { border-color: rgb(208,238,207); }

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