Shades of Blue Romance #CDF0CC
Tints of Blue Romance #CDF0CC
RGB
CMYK
RGB Variations
Color information
#CDF0CC (or 0xCDF0CC) is known color: Blue Romance. HEX triplet: CD, F0 and CC. RGB value is (205,240,204). Sum of RGB (Red+Green+Blue) = 205+240+204=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0CC is #320F33. Grayscale: #E1E1E1. Windows color (decimal): -3280692 or 13430989. OLE color: 13430989.
HSL color Cylindrical-coordinate representation of color #CDF0CC: hue angle of 118.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 240 | 204 | - |
CMYK | 0.15 | 0 | 0.15 | 0.06 |
HSL | 118.33º | 0.55% | 0.87% | - |
HSV(B) | 118.33º | 0.15% | 0.94% | - |
XYZ | 67.24 | 79.66 | 68.96 | - |
YUV | 225.43 | 115.9 | 113.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 240 | 204 | 0.15 | 0 | 0.15 | 0.06 | 118.33 | 0.55 | 0.87 |
Hex | CD | F0 | CC | F | 0 | F | 6 | 76 | 37 | 57 |
Octal | 315 | 360 | 314 | 17 | 0 | 17 | 6 | 166 | 67 | 127 |
Binary | 11001101 | 11110000 | 11001100 | 1111 | 0 | 1111 | 110 | 1110110 | 110111 | 1010111 |
Color Harmonies of #CDF0CC
Complementary color
Monochromatic Colors of #CDF0CC
Black with #CDF0CC
Text Example
Text Example
White with #CDF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0CC; }
p { color: rgb(205,240,204); }
H1.HeaderClassName
{
color: #CDF0CC;
}
.AnyTagClassName
{
color: #CDF0CC;
}
</style>
background-color css
<style>
a { background-color: #CDF0CC; }
a { background-color: rgb(205,240,204); }
div.DivClassName
{
background-color: #CDF0CC;
}
.BgClassName
{
background-color: #CDF0CC;
}
</style>
border-color css
<style>
span { border-color: #CDF0CC; }
span { border-color: rgb(205,240,204); }
td.TdClassName
{
border-color: #CDF0CC;
}
.TagClassName
{
border-color: #CDF0CC;
}
</style>