Shades of Fog #CFB5EA
Tints of Fog #CFB5EA
RGB
CMYK
RGB Variations
Color information
#CFB5EA (or 0xCFB5EA) is known color: Fog. HEX triplet: CF, B5 and EA. RGB value is (207,181,234). Sum of RGB (Red+Green+Blue) = 207+181+234=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5EA is #304A15. Grayscale: #C2C2C2. Windows color (decimal): -3164694 or 15381967. OLE color: 15381967.
HSL color Cylindrical-coordinate representation of color #CFB5EA: hue angle of 269.43º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB5EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 181 | 234 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.08 |
| HSL | 269.43º | 0.56% | 0.81% | - |
| HSV(B) | 269.43º | 0.23% | 0.92% | - |
| XYZ | 57.11 | 52.25 | 84.92 | - |
| YUV | 194.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 234 | 0.12 | 0.23 | 0 | 0.08 | 269.43 | 0.56 | 0.81 |
| Hex | CF | B5 | EA | C | 17 | 0 | 8 | 10D | 38 | 51 |
| Octal | 317 | 265 | 352 | 14 | 27 | 0 | 10 | 415 | 70 | 121 |
| Binary | 11001111 | 10110101 | 11101010 | 1100 | 10111 | 0 | 1000 | 100001101 | 111000 | 1010001 |
Color Harmonies of #CFB5EA
Complementary color
Monochromatic Colors of #CFB5EA
Black with #CFB5EA
Text Example
Text Example
White with #CFB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5EA; }
p { color: rgb(207,181,234); }
H1.HeaderClassName
{
color: #CFB5EA;
}
.AnyTagClassName
{
color: #CFB5EA;
}
</style>
background-color css
<style>
a { background-color: #CFB5EA; }
a { background-color: rgb(207,181,234); }
div.DivClassName
{
background-color: #CFB5EA;
}
.BgClassName
{
background-color: #CFB5EA;
}
</style>
border-color css
<style>
span { border-color: #CFB5EA; }
span { border-color: rgb(207,181,234); }
td.TdClassName
{
border-color: #CFB5EA;
}
.TagClassName
{
border-color: #CFB5EA;
}
</style>