Shades of Fog #CFB9EE
Tints of Fog #CFB9EE
RGB
CMYK
RGB Variations
Color information
#CFB9EE (or 0xCFB9EE) is known color: Fog. HEX triplet: CF, B9 and EE. RGB value is (207,185,238). Sum of RGB (Red+Green+Blue) = 207+185+238=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9EE is #304611. Grayscale: #C5C5C5. Windows color (decimal): -3163666 or 15645135. OLE color: 15645135.
HSL color Cylindrical-coordinate representation of color #CFB9EE: hue angle of 264.91º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFB9EE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 185 | 238 | - |
CMYK | 0.13 | 0.22 | 0 | 0.07 |
HSL | 264.91º | 0.61% | 0.83% | - |
HSV(B) | 264.91º | 0.22% | 0.93% | - |
XYZ | 58.51 | 54.14 | 88.25 | - |
YUV | 197.62 | 150.79 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 185 | 238 | 0.13 | 0.22 | 0 | 0.07 | 264.91 | 0.61 | 0.83 |
Hex | CF | B9 | EE | D | 16 | 0 | 7 | 109 | 3D | 53 |
Octal | 317 | 271 | 356 | 15 | 26 | 0 | 7 | 411 | 75 | 123 |
Binary | 11001111 | 10111001 | 11101110 | 1101 | 10110 | 0 | 111 | 100001001 | 111101 | 1010011 |
Color Harmonies of #CFB9EE
Complementary color
Monochromatic Colors of #CFB9EE
Black with #CFB9EE
Text Example
Text Example
White with #CFB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9EE; }
p { color: rgb(207,185,238); }
H1.HeaderClassName
{
color: #CFB9EE;
}
.AnyTagClassName
{
color: #CFB9EE;
}
</style>
background-color css
<style>
a { background-color: #CFB9EE; }
a { background-color: rgb(207,185,238); }
div.DivClassName
{
background-color: #CFB9EE;
}
.BgClassName
{
background-color: #CFB9EE;
}
</style>
border-color css
<style>
span { border-color: #CFB9EE; }
span { border-color: rgb(207,185,238); }
td.TdClassName
{
border-color: #CFB9EE;
}
.TagClassName
{
border-color: #CFB9EE;
}
</style>