Shades of Fog #CCBDF4
Tints of Fog #CCBDF4
RGB
CMYK
RGB Variations
Color information
#CCBDF4 (or 0xCCBDF4) is known color: Fog. HEX triplet: CC, BD and F4. RGB value is (204,189,244). Sum of RGB (Red+Green+Blue) = 204+189+244=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCBDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDF4 is #33420B. Grayscale: #C7C7C7. Windows color (decimal): -3359244 or 16039372. OLE color: 16039372.
HSL color Cylindrical-coordinate representation of color #CCBDF4: hue angle of 256.36º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBDF4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 204 | 189 | 244 | - |
CMYK | 0.16 | 0.23 | 0 | 0.04 |
HSL | 256.36º | 0.71% | 0.85% | - |
HSV(B) | 256.36º | 0.23% | 0.96% | - |
XYZ | 59.43 | 55.76 | 93.22 | - |
YUV | 199.76 | 152.97 | 131.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 244 | 0.16 | 0.23 | 0 | 0.04 | 256.36 | 0.71 | 0.85 |
Hex | CC | BD | F4 | 10 | 17 | 0 | 4 | 100 | 47 | 55 |
Octal | 314 | 275 | 364 | 20 | 27 | 0 | 4 | 400 | 107 | 125 |
Binary | 11001100 | 10111101 | 11110100 | 10000 | 10111 | 0 | 100 | 100000000 | 1000111 | 1010101 |
Color Harmonies of #CCBDF4
Complementary color
Monochromatic Colors of #CCBDF4
Black with #CCBDF4
Text Example
Text Example
White with #CCBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDF4; }
p { color: rgb(204,189,244); }
H1.HeaderClassName
{
color: #CCBDF4;
}
.AnyTagClassName
{
color: #CCBDF4;
}
</style>
background-color css
<style>
a { background-color: #CCBDF4; }
a { background-color: rgb(204,189,244); }
div.DivClassName
{
background-color: #CCBDF4;
}
.BgClassName
{
background-color: #CCBDF4;
}
</style>
border-color css
<style>
span { border-color: #CCBDF4; }
span { border-color: rgb(204,189,244); }
td.TdClassName
{
border-color: #CCBDF4;
}
.TagClassName
{
border-color: #CCBDF4;
}
</style>