Shades of Blue Romance #D1FFCB
Tints of Blue Romance #D1FFCB
RGB
CMYK
RGB Variations
Color information
#D1FFCB (or 0xD1FFCB) is known color: Blue Romance. HEX triplet: D1, FF and CB. RGB value is (209,255,203). Sum of RGB (Red+Green+Blue) = 209+255+203=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCB is #2E0034. Grayscale: #EBEBEB. Windows color (decimal): -3014709 or 13369297. OLE color: 13369297.
HSL color Cylindrical-coordinate representation of color #D1FFCB: hue angle of 113.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1FFCB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 203 | - |
| CMYK | 0.18 | 0 | 0.20 | 0 |
| HSL | 113.08º | 1% | 0.9% | - |
| HSV(B) | 113.08º | 0.2% | 1% | - |
| XYZ | 72.83 | 89.39 | 69.91 | - |
| YUV | 235.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 203 | 0.18 | 0 | 0.20 | 0 | 113.08 | 1 | 0.9 |
| Hex | D1 | FF | CB | 12 | 0 | 14 | 0 | 71 | 64 | 5A |
| Octal | 321 | 377 | 313 | 22 | 0 | 24 | 0 | 161 | 144 | 132 |
| Binary | 11010001 | 11111111 | 11001011 | 10010 | 0 | 10100 | 0 | 1110001 | 1100100 | 1011010 |
Color Harmonies of #D1FFCB
Complementary color
Monochromatic Colors of #D1FFCB
Black with #D1FFCB
Text Example
Text Example
White with #D1FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFCB; }
p { color: rgb(209,255,203); }
H1.HeaderClassName
{
color: #D1FFCB;
}
.AnyTagClassName
{
color: #D1FFCB;
}
</style>
background-color css
<style>
a { background-color: #D1FFCB; }
a { background-color: rgb(209,255,203); }
div.DivClassName
{
background-color: #D1FFCB;
}
.BgClassName
{
background-color: #D1FFCB;
}
</style>
border-color css
<style>
span { border-color: #D1FFCB; }
span { border-color: rgb(209,255,203); }
td.TdClassName
{
border-color: #D1FFCB;
}
.TagClassName
{
border-color: #D1FFCB;
}
</style>