#D0E8CF

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

Shades of Blue Romance #D0E8CF

Tints of Blue Romance #D0E8CF

Color information

#D0E8CF (or 0xD0E8CF) is unknown color: approx Blue Romance. HEX triplet: D0, E8 and CF. RGB value is (208,232,207). Sum of RGB (Red+Green+Blue) = 208+232+207=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8CF is #2F1730. Grayscale: #DEDEDE. Windows color (decimal): -3086129 or 13625552. OLE color: 13625552.

HSL color Cylindrical-coordinate representation of color #D0E8CF: hue angle of 117.6º degrees, saturation: 0.35, 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 #D0E8CF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB208232207-
CMYK0.1000.110.09
HSL117.6º35.21%86.08%-
HSV(B)117.6º10.78%90.98%-
XYZ66.1375.6370.14-
YUV221.97119.55118.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.15%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=32.15%
G=35.86%
B=31.99%

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
Decimal2082322070.1000.110.09117.635.2186.08
HexD0E8CFA0B9762356
Octal320350317120131116643126
Binary110100001110100011001111101001011100111101101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8CF; }

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

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

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

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

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

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

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

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