Shades of Blue Romance #D1F1CC
Tints of Blue Romance #D1F1CC
RGB
CMYK
RGB Variations
Color information
#D1F1CC (or 0xD1F1CC) is known color: Blue Romance. HEX triplet: D1, F1 and CC. RGB value is (209,241,204). Sum of RGB (Red+Green+Blue) = 209+241+204=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F1CC is #2E0E33. Grayscale: #E3E3E3. Windows color (decimal): -3018292 or 13431249. OLE color: 13431249.
HSL color Cylindrical-coordinate representation of color #D1F1CC: hue angle of 111.89º 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 #D1F1CC is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 204 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.05 |
| HSL | 111.89º | 0.57% | 0.87% | - |
| HSV(B) | 111.89º | 0.15% | 0.95% | - |
| XYZ | 68.65 | 80.83 | 69.11 | - |
| YUV | 227.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 204 | 0.13 | 0 | 0.15 | 0.05 | 111.89 | 0.57 | 0.87 |
| Hex | D1 | F1 | CC | D | 0 | F | 5 | 70 | 39 | 57 |
| Octal | 321 | 361 | 314 | 15 | 0 | 17 | 5 | 160 | 71 | 127 |
| Binary | 11010001 | 11110001 | 11001100 | 1101 | 0 | 1111 | 101 | 1110000 | 111001 | 1010111 |
Color Harmonies of #D1F1CC
Complementary color
Monochromatic Colors of #D1F1CC
Black with #D1F1CC
Text Example
Text Example
White with #D1F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F1CC; }
p { color: rgb(209,241,204); }
H1.HeaderClassName
{
color: #D1F1CC;
}
.AnyTagClassName
{
color: #D1F1CC;
}
</style>
background-color css
<style>
a { background-color: #D1F1CC; }
a { background-color: rgb(209,241,204); }
div.DivClassName
{
background-color: #D1F1CC;
}
.BgClassName
{
background-color: #D1F1CC;
}
</style>
border-color css
<style>
span { border-color: #D1F1CC; }
span { border-color: rgb(209,241,204); }
td.TdClassName
{
border-color: #D1F1CC;
}
.TagClassName
{
border-color: #D1F1CC;
}
</style>