Shades of Blue Romance #CDFCCC
Tints of Blue Romance #CDFCCC
RGB
CMYK
RGB Variations
Color information
#CDFCCC (or 0xCDFCCC) is known color: Blue Romance. HEX triplet: CD, FC and CC. RGB value is (205,252,204). Sum of RGB (Red+Green+Blue) = 205+252+204=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCCC is #320333. Grayscale: #E8E8E8. Windows color (decimal): -3277620 or 13434061. OLE color: 13434061.
HSL color Cylindrical-coordinate representation of color #CDFCCC: hue angle of 118.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCCC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 252 | 204 | - |
CMYK | 0.19 | 0 | 0.19 | 0.01 |
HSL | 118.75º | 0.89% | 0.89% | - |
HSV(B) | 118.75º | 0.19% | 0.99% | - |
XYZ | 70.89 | 86.96 | 70.18 | - |
YUV | 232.48 | 111.93 | 108.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 252 | 204 | 0.19 | 0 | 0.19 | 0.01 | 118.75 | 0.89 | 0.89 |
Hex | CD | FC | CC | 13 | 0 | 13 | 1 | 77 | 59 | 59 |
Octal | 315 | 374 | 314 | 23 | 0 | 23 | 1 | 167 | 131 | 131 |
Binary | 11001101 | 11111100 | 11001100 | 10011 | 0 | 10011 | 1 | 1110111 | 1011001 | 1011001 |
Color Harmonies of #CDFCCC
Complementary color
Monochromatic Colors of #CDFCCC
Black with #CDFCCC
Text Example
Text Example
White with #CDFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCCC; }
p { color: rgb(205,252,204); }
H1.HeaderClassName
{
color: #CDFCCC;
}
.AnyTagClassName
{
color: #CDFCCC;
}
</style>
background-color css
<style>
a { background-color: #CDFCCC; }
a { background-color: rgb(205,252,204); }
div.DivClassName
{
background-color: #CDFCCC;
}
.BgClassName
{
background-color: #CDFCCC;
}
</style>
border-color css
<style>
span { border-color: #CDFCCC; }
span { border-color: rgb(205,252,204); }
td.TdClassName
{
border-color: #CDFCCC;
}
.TagClassName
{
border-color: #CDFCCC;
}
</style>