Shades of Blue Romance #CDF6CD
Tints of Blue Romance #CDF6CD
RGB
CMYK
RGB Variations
Color information
#CDF6CD (or 0xCDF6CD) is known color: Blue Romance. HEX triplet: CD, F6 and CD. RGB value is (205,246,205). Sum of RGB (Red+Green+Blue) = 205+246+205=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6CD is #320932. Grayscale: #E5E5E5. Windows color (decimal): -3279155 or 13498061. OLE color: 13498061.
HSL color Cylindrical-coordinate representation of color #CDF6CD: hue angle of 120º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6CD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 246 | 205 | - |
CMYK | 0.17 | 0 | 0.17 | 0.04 |
HSL | 120º | 0.69% | 0.88% | - |
HSV(B) | 120º | 0.17% | 0.96% | - |
XYZ | 69.15 | 83.3 | 70.19 | - |
YUV | 229.07 | 114.42 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 246 | 205 | 0.17 | 0 | 0.17 | 0.04 | 120 | 0.69 | 0.88 |
Hex | CD | F6 | CD | 11 | 0 | 11 | 4 | 78 | 45 | 58 |
Octal | 315 | 366 | 315 | 21 | 0 | 21 | 4 | 170 | 105 | 130 |
Binary | 11001101 | 11110110 | 11001101 | 10001 | 0 | 10001 | 100 | 1111000 | 1000101 | 1011000 |
Color Harmonies of #CDF6CD
Complementary color
Monochromatic Colors of #CDF6CD
Black with #CDF6CD
Text Example
Text Example
White with #CDF6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6CD; }
p { color: rgb(205,246,205); }
H1.HeaderClassName
{
color: #CDF6CD;
}
.AnyTagClassName
{
color: #CDF6CD;
}
</style>
background-color css
<style>
a { background-color: #CDF6CD; }
a { background-color: rgb(205,246,205); }
div.DivClassName
{
background-color: #CDF6CD;
}
.BgClassName
{
background-color: #CDF6CD;
}
</style>
border-color css
<style>
span { border-color: #CDF6CD; }
span { border-color: rgb(205,246,205); }
td.TdClassName
{
border-color: #CDF6CD;
}
.TagClassName
{
border-color: #CDF6CD;
}
</style>