Shades of Fog #CFB4EA
Tints of Fog #CFB4EA
RGB
CMYK
RGB Variations
Color information
#CFB4EA (or 0xCFB4EA) is known color: Fog. HEX triplet: CF, B4 and EA. RGB value is (207,180,234). Sum of RGB (Red+Green+Blue) = 207+180+234=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4EA is #304B15. Grayscale: #C2C2C2. Windows color (decimal): -3164950 or 15381711. OLE color: 15381711.
HSL color Cylindrical-coordinate representation of color #CFB4EA: hue angle of 270º 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 #CFB4EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 180 | 234 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.08 |
| HSL | 270º | 0.56% | 0.81% | - |
| HSV(B) | 270º | 0.23% | 0.92% | - |
| XYZ | 56.9 | 51.85 | 84.85 | - |
| YUV | 194.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 234 | 0.12 | 0.23 | 0 | 0.08 | 270 | 0.56 | 0.81 |
| Hex | CF | B4 | EA | C | 17 | 0 | 8 | 10E | 38 | 51 |
| Octal | 317 | 264 | 352 | 14 | 27 | 0 | 10 | 416 | 70 | 121 |
| Binary | 11001111 | 10110100 | 11101010 | 1100 | 10111 | 0 | 1000 | 100001110 | 111000 | 1010001 |
Color Harmonies of #CFB4EA
Complementary color
Monochromatic Colors of #CFB4EA
Black with #CFB4EA
Text Example
Text Example
White with #CFB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4EA; }
p { color: rgb(207,180,234); }
H1.HeaderClassName
{
color: #CFB4EA;
}
.AnyTagClassName
{
color: #CFB4EA;
}
</style>
background-color css
<style>
a { background-color: #CFB4EA; }
a { background-color: rgb(207,180,234); }
div.DivClassName
{
background-color: #CFB4EA;
}
.BgClassName
{
background-color: #CFB4EA;
}
</style>
border-color css
<style>
span { border-color: #CFB4EA; }
span { border-color: rgb(207,180,234); }
td.TdClassName
{
border-color: #CFB4EA;
}
.TagClassName
{
border-color: #CFB4EA;
}
</style>