Shades of Blue Romance #CFE4CD
Tints of Blue Romance #CFE4CD
RGB
CMYK
RGB Variations
Color information
#CFE4CD (or 0xCFE4CD) is known color: Blue Romance. HEX triplet: CF, E4 and CD. RGB value is (207,228,205). Sum of RGB (Red+Green+Blue) = 207+228+205=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CD is #301B32. Grayscale: #DBDBDB. Windows color (decimal): -3152691 or 13493455. OLE color: 13493455.
HSL color Cylindrical-coordinate representation of color #CFE4CD: hue angle of 114.78º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE4CD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 228 | 205 | - |
CMYK | 0.09 | 0 | 0.10 | 0.11 |
HSL | 114.78º | 0.3% | 0.85% | - |
HSV(B) | 114.78º | 0.1% | 0.89% | - |
XYZ | 64.49 | 73.16 | 68.48 | - |
YUV | 219.1 | 120.04 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 228 | 205 | 0.09 | 0 | 0.10 | 0.11 | 114.78 | 0.3 | 0.85 |
Hex | CF | E4 | CD | 9 | 0 | A | B | 73 | 1E | 55 |
Octal | 317 | 344 | 315 | 11 | 0 | 12 | 13 | 163 | 36 | 125 |
Binary | 11001111 | 11100100 | 11001101 | 1001 | 0 | 1010 | 1011 | 1110011 | 11110 | 1010101 |
Color Harmonies of #CFE4CD
Complementary color
Monochromatic Colors of #CFE4CD
Black with #CFE4CD
Text Example
Text Example
White with #CFE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4CD; }
p { color: rgb(207,228,205); }
H1.HeaderClassName
{
color: #CFE4CD;
}
.AnyTagClassName
{
color: #CFE4CD;
}
</style>
background-color css
<style>
a { background-color: #CFE4CD; }
a { background-color: rgb(207,228,205); }
div.DivClassName
{
background-color: #CFE4CD;
}
.BgClassName
{
background-color: #CFE4CD;
}
</style>
border-color css
<style>
span { border-color: #CFE4CD; }
span { border-color: rgb(207,228,205); }
td.TdClassName
{
border-color: #CFE4CD;
}
.TagClassName
{
border-color: #CFE4CD;
}
</style>