#D0F1CC

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

Shades of Blue Romance #D0F1CC

Tints of Blue Romance #D0F1CC

Color information

#D0F1CC (or 0xD0F1CC) is unknown color: approx Blue Romance. HEX triplet: D0, F1 and CC. RGB value is (208,241,204). Sum of RGB (Red+Green+Blue) = 208+241+204=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CC is #2F0E33. Grayscale: #E3E3E3. Windows color (decimal): -3083828 or 13431248. OLE color: 13431248.

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

Color convert

RGB208241204-
CMYK0.1400.150.05
HSL113.51º56.92%87.25%-
HSV(B)113.51º15.35%94.51%-
XYZ68.3780.6869.1-
YUV226.92115.07114.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=31.85%
G=36.91%
B=31.24%

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
Decimal2082412040.1400.150.05113.5156.9287.25
HexD0F1CCE0F5723957
Octal32036131416017516271127
Binary11010000111100011100110011100111110111100101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1CC; }

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

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

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

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

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

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

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

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