Shades of Blue Romance #CDF7CC
Tints of Blue Romance #CDF7CC
RGB
CMYK
RGB Variations
Color information
#CDF7CC (or 0xCDF7CC) is known color: Blue Romance. HEX triplet: CD, F7 and CC. RGB value is (205,247,204). Sum of RGB (Red+Green+Blue) = 205+247+204=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7CC is #320833. Grayscale: #E5E5E5. Windows color (decimal): -3278900 or 13432781. OLE color: 13432781.
HSL color Cylindrical-coordinate representation of color #CDF7CC: hue angle of 118.6º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF7CC is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 247 | 204 | - |
CMYK | 0.17 | 0 | 0.17 | 0.03 |
HSL | 118.6º | 0.73% | 0.88% | - |
HSV(B) | 118.6º | 0.17% | 0.97% | - |
XYZ | 69.34 | 83.86 | 69.66 | - |
YUV | 229.54 | 113.59 | 110.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 247 | 204 | 0.17 | 0 | 0.17 | 0.03 | 118.6 | 0.73 | 0.88 |
Hex | CD | F7 | CC | 11 | 0 | 11 | 3 | 77 | 49 | 58 |
Octal | 315 | 367 | 314 | 21 | 0 | 21 | 3 | 167 | 111 | 130 |
Binary | 11001101 | 11110111 | 11001100 | 10001 | 0 | 10001 | 11 | 1110111 | 1001001 | 1011000 |
Color Harmonies of #CDF7CC
Complementary color
Monochromatic Colors of #CDF7CC
Black with #CDF7CC
Text Example
Text Example
White with #CDF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7CC; }
p { color: rgb(205,247,204); }
H1.HeaderClassName
{
color: #CDF7CC;
}
.AnyTagClassName
{
color: #CDF7CC;
}
</style>
background-color css
<style>
a { background-color: #CDF7CC; }
a { background-color: rgb(205,247,204); }
div.DivClassName
{
background-color: #CDF7CC;
}
.BgClassName
{
background-color: #CDF7CC;
}
</style>
border-color css
<style>
span { border-color: #CDF7CC; }
span { border-color: rgb(205,247,204); }
td.TdClassName
{
border-color: #CDF7CC;
}
.TagClassName
{
border-color: #CDF7CC;
}
</style>