#D0F1CE

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

Shades of Blue Romance #D0F1CE

Tints of Blue Romance #D0F1CE

Color information

#D0F1CE (or 0xD0F1CE) is unknown color: approx Blue Romance. HEX triplet: D0, F1 and CE. RGB value is (208,241,206). Sum of RGB (Red+Green+Blue) = 208+241+206=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CE is #2F0E31. Grayscale: #E3E3E3. Windows color (decimal): -3083826 or 13562320. OLE color: 13562320.

HSL color Cylindrical-coordinate representation of color #D0F1CE: hue angle of 116.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F1CE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB208241206-
CMYK0.1400.150.05
HSL116.57º55.56%87.65%-
HSV(B)116.57º14.52%94.51%-
XYZ68.6180.7870.37-
YUV227.14116.07114.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=31.76%
G=36.79%
B=31.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082412060.1400.150.05116.5755.5687.65
HexD0F1CEE0F5753858
Octal32036131616017516570130
Binary11010000111100011100111011100111110111101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1CE; }

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

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

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

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

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

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

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

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