Shades of Blue Romance #CDF5CE
Tints of Blue Romance #CDF5CE
RGB
CMYK
RGB Variations
Color information
#CDF5CE (or 0xCDF5CE) is known color: Blue Romance. HEX triplet: CD, F5 and CE. RGB value is (205,245,206). Sum of RGB (Red+Green+Blue) = 205+245+206=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5CE is #320A31. Grayscale: #E4E4E4. Windows color (decimal): -3279410 or 13563341. OLE color: 13563341.
HSL color Cylindrical-coordinate representation of color #CDF5CE: hue angle of 121.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF5CE is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 245 | 206 | - |
CMYK | 0.16 | 0 | 0.16 | 0.04 |
HSL | 121.5º | 0.67% | 0.88% | - |
HSV(B) | 121.5º | 0.16% | 0.96% | - |
XYZ | 68.97 | 82.74 | 70.73 | - |
YUV | 228.59 | 115.25 | 111.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 206 | 0.16 | 0 | 0.16 | 0.04 | 121.5 | 0.67 | 0.88 |
Hex | CD | F5 | CE | 10 | 0 | 10 | 4 | 7A | 43 | 58 |
Octal | 315 | 365 | 316 | 20 | 0 | 20 | 4 | 172 | 103 | 130 |
Binary | 11001101 | 11110101 | 11001110 | 10000 | 0 | 10000 | 100 | 1111010 | 1000011 | 1011000 |
Color Harmonies of #CDF5CE
Complementary color
Monochromatic Colors of #CDF5CE
Black with #CDF5CE
Text Example
Text Example
White with #CDF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5CE; }
p { color: rgb(205,245,206); }
H1.HeaderClassName
{
color: #CDF5CE;
}
.AnyTagClassName
{
color: #CDF5CE;
}
</style>
background-color css
<style>
a { background-color: #CDF5CE; }
a { background-color: rgb(205,245,206); }
div.DivClassName
{
background-color: #CDF5CE;
}
.BgClassName
{
background-color: #CDF5CE;
}
</style>
border-color css
<style>
span { border-color: #CDF5CE; }
span { border-color: rgb(205,245,206); }
td.TdClassName
{
border-color: #CDF5CE;
}
.TagClassName
{
border-color: #CDF5CE;
}
</style>