Shades of Blue Romance #D4FDCC
Tints of Blue Romance #D4FDCC
RGB
CMYK
RGB Variations
Color information
#D4FDCC (or 0xD4FDCC) is known color: Blue Romance. HEX triplet: D4, FD and CC. RGB value is (212,253,204). Sum of RGB (Red+Green+Blue) = 212+253+204=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDCC is #2B0233. Grayscale: #EBEBEB. Windows color (decimal): -2818612 or 13434324. OLE color: 13434324.
HSL color Cylindrical-coordinate representation of color #D4FDCC: hue angle of 110.2º 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 #D4FDCC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 253 | 204 | - |
CMYK | 0.16 | 0 | 0.19 | 0.01 |
HSL | 110.2º | 0.92% | 0.9% | - |
HSV(B) | 110.2º | 0.19% | 0.99% | - |
XYZ | 73.18 | 88.61 | 70.37 | - |
YUV | 235.16 | 110.42 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 253 | 204 | 0.16 | 0 | 0.19 | 0.01 | 110.2 | 0.92 | 0.9 |
Hex | D4 | FD | CC | 10 | 0 | 13 | 1 | 6E | 5C | 5A |
Octal | 324 | 375 | 314 | 20 | 0 | 23 | 1 | 156 | 134 | 132 |
Binary | 11010100 | 11111101 | 11001100 | 10000 | 0 | 10011 | 1 | 1101110 | 1011100 | 1011010 |
Color Harmonies of #D4FDCC
Complementary color
Monochromatic Colors of #D4FDCC
Black with #D4FDCC
Text Example
Text Example
White with #D4FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDCC; }
p { color: rgb(212,253,204); }
H1.HeaderClassName
{
color: #D4FDCC;
}
.AnyTagClassName
{
color: #D4FDCC;
}
</style>
background-color css
<style>
a { background-color: #D4FDCC; }
a { background-color: rgb(212,253,204); }
div.DivClassName
{
background-color: #D4FDCC;
}
.BgClassName
{
background-color: #D4FDCC;
}
</style>
border-color css
<style>
span { border-color: #D4FDCC; }
span { border-color: rgb(212,253,204); }
td.TdClassName
{
border-color: #D4FDCC;
}
.TagClassName
{
border-color: #D4FDCC;
}
</style>