Shades of Blue Romance #CDF2CC
Tints of Blue Romance #CDF2CC
RGB
CMYK
RGB Variations
Color information
#CDF2CC (or 0xCDF2CC) is known color: Blue Romance. HEX triplet: CD, F2 and CC. RGB value is (205,242,204). Sum of RGB (Red+Green+Blue) = 205+242+204=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2CC is #320D33. Grayscale: #E2E2E2. Windows color (decimal): -3280180 or 13431501. OLE color: 13431501.
HSL color Cylindrical-coordinate representation of color #CDF2CC: hue angle of 118.42º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF2CC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 242 | 204 | - |
CMYK | 0.15 | 0 | 0.16 | 0.05 |
HSL | 118.42º | 0.59% | 0.87% | - |
HSV(B) | 118.42º | 0.16% | 0.95% | - |
XYZ | 67.83 | 80.84 | 69.16 | - |
YUV | 226.61 | 115.24 | 112.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 204 | 0.15 | 0 | 0.16 | 0.05 | 118.42 | 0.59 | 0.87 |
Hex | CD | F2 | CC | F | 0 | 10 | 5 | 76 | 3B | 57 |
Octal | 315 | 362 | 314 | 17 | 0 | 20 | 5 | 166 | 73 | 127 |
Binary | 11001101 | 11110010 | 11001100 | 1111 | 0 | 10000 | 101 | 1110110 | 111011 | 1010111 |
Color Harmonies of #CDF2CC
Complementary color
Monochromatic Colors of #CDF2CC
Black with #CDF2CC
Text Example
Text Example
White with #CDF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2CC; }
p { color: rgb(205,242,204); }
H1.HeaderClassName
{
color: #CDF2CC;
}
.AnyTagClassName
{
color: #CDF2CC;
}
</style>
background-color css
<style>
a { background-color: #CDF2CC; }
a { background-color: rgb(205,242,204); }
div.DivClassName
{
background-color: #CDF2CC;
}
.BgClassName
{
background-color: #CDF2CC;
}
</style>
border-color css
<style>
span { border-color: #CDF2CC; }
span { border-color: rgb(205,242,204); }
td.TdClassName
{
border-color: #CDF2CC;
}
.TagClassName
{
border-color: #CDF2CC;
}
</style>