Shades of Fog #CCBDE4
Tints of Fog #CCBDE4
RGB
CMYK
RGB Variations
Color information
#CCBDE4 (or 0xCCBDE4) is known color: Fog. HEX triplet: CC, BD and E4. RGB value is (204,189,228). Sum of RGB (Red+Green+Blue) = 204+189+228=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDE4 is #33421B. Grayscale: #C5C5C5. Windows color (decimal): -3359260 or 14990796. OLE color: 14990796.
HSL color Cylindrical-coordinate representation of color #CCBDE4: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBDE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 189 | 228 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.11 |
| HSL | 263.08º | 0.42% | 0.82% | - |
| HSV(B) | 263.08º | 0.17% | 0.89% | - |
| XYZ | 57.1 | 54.83 | 80.97 | - |
| YUV | 197.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 228 | 0.11 | 0.17 | 0 | 0.11 | 263.08 | 0.42 | 0.82 |
| Hex | CC | BD | E4 | B | 11 | 0 | B | 107 | 2A | 52 |
| Octal | 314 | 275 | 344 | 13 | 21 | 0 | 13 | 407 | 52 | 122 |
| Binary | 11001100 | 10111101 | 11100100 | 1011 | 10001 | 0 | 1011 | 100000111 | 101010 | 1010010 |
Color Harmonies of #CCBDE4
Complementary color
Monochromatic Colors of #CCBDE4
Black with #CCBDE4
Text Example
Text Example
White with #CCBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDE4; }
p { color: rgb(204,189,228); }
H1.HeaderClassName
{
color: #CCBDE4;
}
.AnyTagClassName
{
color: #CCBDE4;
}
</style>
background-color css
<style>
a { background-color: #CCBDE4; }
a { background-color: rgb(204,189,228); }
div.DivClassName
{
background-color: #CCBDE4;
}
.BgClassName
{
background-color: #CCBDE4;
}
</style>
border-color css
<style>
span { border-color: #CCBDE4; }
span { border-color: rgb(204,189,228); }
td.TdClassName
{
border-color: #CCBDE4;
}
.TagClassName
{
border-color: #CCBDE4;
}
</style>