Shades of Blue Romance #D0FECB
Tints of Blue Romance #D0FECB
RGB
CMYK
RGB Variations
Color information
#D0FECB (or 0xD0FECB) is known color: Blue Romance. HEX triplet: D0, FE and CB. RGB value is (208,254,203). Sum of RGB (Red+Green+Blue) = 208+254+203=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FECB is #2F0134. Grayscale: #EAEAEA. Windows color (decimal): -3080501 or 13369040. OLE color: 13369040.
HSL color Cylindrical-coordinate representation of color #D0FECB: hue angle of 114.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FECB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 208 | 254 | 203 | - |
CMYK | 0.18 | 0 | 0.20 | 0.00 |
HSL | 114.12º | 0.96% | 0.9% | - |
HSV(B) | 114.12º | 0.2% | 1% | - |
XYZ | 72.23 | 88.61 | 69.8 | - |
YUV | 234.43 | 110.26 | 109.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 254 | 203 | 0.18 | 0 | 0.20 | 0.00 | 114.12 | 0.96 | 0.9 |
Hex | D0 | FE | CB | 12 | 0 | 14 | 0 | 72 | 60 | 5A |
Octal | 320 | 376 | 313 | 22 | 0 | 24 | 0 | 162 | 140 | 132 |
Binary | 11010000 | 11111110 | 11001011 | 10010 | 0 | 10100 | 0 | 1110010 | 1100000 | 1011010 |
Color Harmonies of #D0FECB
Complementary color
Monochromatic Colors of #D0FECB
Black with #D0FECB
Text Example
Text Example
White with #D0FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FECB; }
p { color: rgb(208,254,203); }
H1.HeaderClassName
{
color: #D0FECB;
}
.AnyTagClassName
{
color: #D0FECB;
}
</style>
background-color css
<style>
a { background-color: #D0FECB; }
a { background-color: rgb(208,254,203); }
div.DivClassName
{
background-color: #D0FECB;
}
.BgClassName
{
background-color: #D0FECB;
}
</style>
border-color css
<style>
span { border-color: #D0FECB; }
span { border-color: rgb(208,254,203); }
td.TdClassName
{
border-color: #D0FECB;
}
.TagClassName
{
border-color: #D0FECB;
}
</style>