Shades of Fog #CDBBE4
Tints of Fog #CDBBE4
RGB
CMYK
RGB Variations
Color information
#CDBBE4 (or 0xCDBBE4) is known color: Fog. HEX triplet: CD, BB and E4. RGB value is (205,187,228). Sum of RGB (Red+Green+Blue) = 205+187+228=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBE4 is #32441B. Grayscale: #C4C4C4. Windows color (decimal): -3294236 or 14990285. OLE color: 14990285.
HSL color Cylindrical-coordinate representation of color #CDBBE4: hue angle of 266.34º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDBBE4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 187 | 228 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 266.34º | 0.43% | 0.81% | - |
| HSV(B) | 266.34º | 0.18% | 0.89% | - |
| XYZ | 56.95 | 54.12 | 80.84 | - |
| YUV | 197.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 228 | 0.10 | 0.18 | 0 | 0.11 | 266.34 | 0.43 | 0.81 |
| Hex | CD | BB | E4 | A | 12 | 0 | B | 10A | 2B | 51 |
| Octal | 315 | 273 | 344 | 12 | 22 | 0 | 13 | 412 | 53 | 121 |
| Binary | 11001101 | 10111011 | 11100100 | 1010 | 10010 | 0 | 1011 | 100001010 | 101011 | 1010001 |
Color Harmonies of #CDBBE4
Complementary color
Monochromatic Colors of #CDBBE4
Black with #CDBBE4
Text Example
Text Example
White with #CDBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBE4; }
p { color: rgb(205,187,228); }
H1.HeaderClassName
{
color: #CDBBE4;
}
.AnyTagClassName
{
color: #CDBBE4;
}
</style>
background-color css
<style>
a { background-color: #CDBBE4; }
a { background-color: rgb(205,187,228); }
div.DivClassName
{
background-color: #CDBBE4;
}
.BgClassName
{
background-color: #CDBBE4;
}
</style>
border-color css
<style>
span { border-color: #CDBBE4; }
span { border-color: rgb(205,187,228); }
td.TdClassName
{
border-color: #CDBBE4;
}
.TagClassName
{
border-color: #CDBBE4;
}
</style>