Shades of Blue Romance #CDFDCC
Tints of Blue Romance #CDFDCC
RGB
CMYK
RGB Variations
Color information
#CDFDCC (or 0xCDFDCC) is known color: Blue Romance. HEX triplet: CD, FD and CC. RGB value is (205,253,204). Sum of RGB (Red+Green+Blue) = 205+253+204=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDCC is #320233. Grayscale: #E9E9E9. Windows color (decimal): -3277364 or 13434317. OLE color: 13434317.
HSL color Cylindrical-coordinate representation of color #CDFDCC: hue angle of 118.78º 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 #CDFDCC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 204 | - |
CMYK | 0.19 | 0 | 0.19 | 0.01 |
HSL | 118.78º | 0.92% | 0.9% | - |
HSV(B) | 118.78º | 0.19% | 0.99% | - |
XYZ | 71.2 | 87.59 | 70.28 | - |
YUV | 233.06 | 111.6 | 107.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 204 | 0.19 | 0 | 0.19 | 0.01 | 118.78 | 0.92 | 0.9 |
Hex | CD | FD | CC | 13 | 0 | 13 | 1 | 77 | 5C | 5A |
Octal | 315 | 375 | 314 | 23 | 0 | 23 | 1 | 167 | 134 | 132 |
Binary | 11001101 | 11111101 | 11001100 | 10011 | 0 | 10011 | 1 | 1110111 | 1011100 | 1011010 |
Color Harmonies of #CDFDCC
Complementary color
Monochromatic Colors of #CDFDCC
Black with #CDFDCC
Text Example
Text Example
White with #CDFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDCC; }
p { color: rgb(205,253,204); }
H1.HeaderClassName
{
color: #CDFDCC;
}
.AnyTagClassName
{
color: #CDFDCC;
}
</style>
background-color css
<style>
a { background-color: #CDFDCC; }
a { background-color: rgb(205,253,204); }
div.DivClassName
{
background-color: #CDFDCC;
}
.BgClassName
{
background-color: #CDFDCC;
}
</style>
border-color css
<style>
span { border-color: #CDFDCC; }
span { border-color: rgb(205,253,204); }
td.TdClassName
{
border-color: #CDFDCC;
}
.TagClassName
{
border-color: #CDFDCC;
}
</style>