#D0F7CE

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

Shades of Blue Romance #D0F7CE

Tints of Blue Romance #D0F7CE

Color information

#D0F7CE (or 0xD0F7CE) is unknown color: approx Blue Romance. HEX triplet: D0, F7 and CE. RGB value is (208,247,206). Sum of RGB (Red+Green+Blue) = 208+247+206=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7CE is #2F0831. Grayscale: #E6E6E6. Windows color (decimal): -3082290 or 13563856. OLE color: 13563856.

HSL color Cylindrical-coordinate representation of color #D0F7CE: hue angle of 117.07º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F7CE is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB208247206-
CMYK0.1600.170.03
HSL117.07º71.93%88.82%-
HSV(B)117.07º16.6%96.86%-
XYZ70.4184.3970.97-
YUV230.67114.08111.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=31.47%
G=37.37%
B=31.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472060.1600.170.03117.0771.9388.82
HexD0F7CE100113754859
Octal320367316200213165110131
Binary1101000011110111110011101000001000111111010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7CE; }

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

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

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

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

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

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

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

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