#D0F6CE

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

Shades of Blue Romance #D0F6CE

Tints of Blue Romance #D0F6CE

Color information

#D0F6CE (or 0xD0F6CE) is unknown color: approx Blue Romance. HEX triplet: D0, F6 and CE. RGB value is (208,246,206). Sum of RGB (Red+Green+Blue) = 208+246+206=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6CE is #2F0931. Grayscale: #E6E6E6. Windows color (decimal): -3082546 or 13563600. OLE color: 13563600.

HSL color Cylindrical-coordinate representation of color #D0F6CE: hue angle of 117º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F6CE is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB208246206-
CMYK0.1500.160.04
HSL117º68.97%88.63%-
HSV(B)117º16.26%96.47%-
XYZ70.1183.7870.87-
YUV230.08114.41112.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.52%
GREEN value IS 246 (96.48% from 255) = 37.27%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=31.52%
G=37.27%
B=31.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082462060.1500.160.0411768.9788.63
HexD0F6CEF0104754559
Octal320366316170204165105131
Binary1101000011110110110011101111010000100111010110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F6CE; }

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

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

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

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

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

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

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

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