Shades of Fog #CCB7EE
Tints of Fog #CCB7EE
RGB
CMYK
RGB Variations
Color information
#CCB7EE (or 0xCCB7EE) is known color: Fog. HEX triplet: CC, B7 and EE. RGB value is (204,183,238). Sum of RGB (Red+Green+Blue) = 204+183+238=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7EE is #334811. Grayscale: #C3C3C3. Windows color (decimal): -3360786 or 15644620. OLE color: 15644620.
HSL color Cylindrical-coordinate representation of color #CCB7EE: hue angle of 262.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB7EE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 183 | 238 | - |
CMYK | 0.14 | 0.23 | 0 | 0.07 |
HSL | 262.91º | 0.62% | 0.83% | - |
HSV(B) | 262.91º | 0.23% | 0.93% | - |
XYZ | 57.27 | 52.88 | 88.08 | - |
YUV | 195.55 | 151.96 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 238 | 0.14 | 0.23 | 0 | 0.07 | 262.91 | 0.62 | 0.83 |
Hex | CC | B7 | EE | E | 17 | 0 | 7 | 107 | 3E | 53 |
Octal | 314 | 267 | 356 | 16 | 27 | 0 | 7 | 407 | 76 | 123 |
Binary | 11001100 | 10110111 | 11101110 | 1110 | 10111 | 0 | 111 | 100000111 | 111110 | 1010011 |
Color Harmonies of #CCB7EE
Complementary color
Monochromatic Colors of #CCB7EE
Black with #CCB7EE
Text Example
Text Example
White with #CCB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7EE; }
p { color: rgb(204,183,238); }
H1.HeaderClassName
{
color: #CCB7EE;
}
.AnyTagClassName
{
color: #CCB7EE;
}
</style>
background-color css
<style>
a { background-color: #CCB7EE; }
a { background-color: rgb(204,183,238); }
div.DivClassName
{
background-color: #CCB7EE;
}
.BgClassName
{
background-color: #CCB7EE;
}
</style>
border-color css
<style>
span { border-color: #CCB7EE; }
span { border-color: rgb(204,183,238); }
td.TdClassName
{
border-color: #CCB7EE;
}
.TagClassName
{
border-color: #CCB7EE;
}
</style>