Shades of Blue Romance #D3FDCC
Tints of Blue Romance #D3FDCC
RGB
CMYK
RGB Variations
Color information
#D3FDCC (or 0xD3FDCC) is known color: Blue Romance. HEX triplet: D3, FD and CC. RGB value is (211,253,204). Sum of RGB (Red+Green+Blue) = 211+253+204=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FDCC is #2C0233. Grayscale: #EBEBEB. Windows color (decimal): -2884148 or 13434323. OLE color: 13434323.
HSL color Cylindrical-coordinate representation of color #D3FDCC: hue angle of 111.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3FDCC is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 204 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.01 |
| HSL | 111.43º | 0.92% | 0.9% | - |
| HSV(B) | 111.43º | 0.19% | 0.99% | - |
| XYZ | 72.89 | 88.46 | 70.36 | - |
| YUV | 234.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 204 | 0.17 | 0 | 0.19 | 0.01 | 111.43 | 0.92 | 0.9 |
| Hex | D3 | FD | CC | 11 | 0 | 13 | 1 | 6F | 5C | 5A |
| Octal | 323 | 375 | 314 | 21 | 0 | 23 | 1 | 157 | 134 | 132 |
| Binary | 11010011 | 11111101 | 11001100 | 10001 | 0 | 10011 | 1 | 1101111 | 1011100 | 1011010 |
Color Harmonies of #D3FDCC
Complementary color
Monochromatic Colors of #D3FDCC
Black with #D3FDCC
Text Example
Text Example
White with #D3FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FDCC; }
p { color: rgb(211,253,204); }
H1.HeaderClassName
{
color: #D3FDCC;
}
.AnyTagClassName
{
color: #D3FDCC;
}
</style>
background-color css
<style>
a { background-color: #D3FDCC; }
a { background-color: rgb(211,253,204); }
div.DivClassName
{
background-color: #D3FDCC;
}
.BgClassName
{
background-color: #D3FDCC;
}
</style>
border-color css
<style>
span { border-color: #D3FDCC; }
span { border-color: rgb(211,253,204); }
td.TdClassName
{
border-color: #D3FDCC;
}
.TagClassName
{
border-color: #D3FDCC;
}
</style>