Shades of Blue Romance #D0FDCB
Tints of Blue Romance #D0FDCB
RGB
CMYK
RGB Variations
Color information
#D0FDCB (or 0xD0FDCB) is known color: Blue Romance. HEX triplet: D0, FD and CB. RGB value is (208,253,203). Sum of RGB (Red+Green+Blue) = 208+253+203=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDCB is #2F0234. Grayscale: #EAEAEA. Windows color (decimal): -3080757 or 13368784. OLE color: 13368784.
HSL color Cylindrical-coordinate representation of color #D0FDCB: hue angle of 114º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FDCB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 203 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.01 |
| HSL | 114º | 0.93% | 0.89% | - |
| HSV(B) | 114º | 0.2% | 0.99% | - |
| XYZ | 71.92 | 87.97 | 69.69 | - |
| YUV | 233.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 203 | 0.18 | 0 | 0.20 | 0.01 | 114 | 0.93 | 0.89 |
| Hex | D0 | FD | CB | 12 | 0 | 14 | 1 | 72 | 5D | 59 |
| Octal | 320 | 375 | 313 | 22 | 0 | 24 | 1 | 162 | 135 | 131 |
| Binary | 11010000 | 11111101 | 11001011 | 10010 | 0 | 10100 | 1 | 1110010 | 1011101 | 1011001 |
Color Harmonies of #D0FDCB
Complementary color
Monochromatic Colors of #D0FDCB
Black with #D0FDCB
Text Example
Text Example
White with #D0FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDCB; }
p { color: rgb(208,253,203); }
H1.HeaderClassName
{
color: #D0FDCB;
}
.AnyTagClassName
{
color: #D0FDCB;
}
</style>
background-color css
<style>
a { background-color: #D0FDCB; }
a { background-color: rgb(208,253,203); }
div.DivClassName
{
background-color: #D0FDCB;
}
.BgClassName
{
background-color: #D0FDCB;
}
</style>
border-color css
<style>
span { border-color: #D0FDCB; }
span { border-color: rgb(208,253,203); }
td.TdClassName
{
border-color: #D0FDCB;
}
.TagClassName
{
border-color: #D0FDCB;
}
</style>