Shades of Fog #CDBCE6
Tints of Fog #CDBCE6
RGB
CMYK
RGB Variations
Color information
#CDBCE6 (or 0xCDBCE6) is known color: Fog. HEX triplet: CD, BC and E6. RGB value is (205,188,230). Sum of RGB (Red+Green+Blue) = 205+188+230=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBCE6 is #324319. Grayscale: #C5C5C5. Windows color (decimal): -3293978 or 15121613. OLE color: 15121613.
HSL color Cylindrical-coordinate representation of color #CDBCE6: hue angle of 264.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDBCE6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 188 | 230 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 264.29º | 0.46% | 0.82% | - |
| HSV(B) | 264.29º | 0.18% | 0.9% | - |
| XYZ | 57.44 | 54.66 | 82.39 | - |
| YUV | 197.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 230 | 0.11 | 0.18 | 0 | 0.10 | 264.29 | 0.46 | 0.82 |
| Hex | CD | BC | E6 | B | 12 | 0 | A | 108 | 2E | 52 |
| Octal | 315 | 274 | 346 | 13 | 22 | 0 | 12 | 410 | 56 | 122 |
| Binary | 11001101 | 10111100 | 11100110 | 1011 | 10010 | 0 | 1010 | 100001000 | 101110 | 1010010 |
Color Harmonies of #CDBCE6
Complementary color
Monochromatic Colors of #CDBCE6
Black with #CDBCE6
Text Example
Text Example
White with #CDBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCE6; }
p { color: rgb(205,188,230); }
H1.HeaderClassName
{
color: #CDBCE6;
}
.AnyTagClassName
{
color: #CDBCE6;
}
</style>
background-color css
<style>
a { background-color: #CDBCE6; }
a { background-color: rgb(205,188,230); }
div.DivClassName
{
background-color: #CDBCE6;
}
.BgClassName
{
background-color: #CDBCE6;
}
</style>
border-color css
<style>
span { border-color: #CDBCE6; }
span { border-color: rgb(205,188,230); }
td.TdClassName
{
border-color: #CDBCE6;
}
.TagClassName
{
border-color: #CDBCE6;
}
</style>