Shades of Fog #CDBEE6
Tints of Fog #CDBEE6
RGB
CMYK
RGB Variations
Color information
#CDBEE6 (or 0xCDBEE6) is known color: Fog. HEX triplet: CD, BE and E6. RGB value is (205,190,230). Sum of RGB (Red+Green+Blue) = 205+190+230=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEE6 is #324119. Grayscale: #C6C6C6. Windows color (decimal): -3293466 or 15122125. OLE color: 15122125.
HSL color Cylindrical-coordinate representation of color #CDBEE6: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDBEE6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 190 | 230 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.10 |
| HSL | 262.5º | 0.44% | 0.82% | - |
| HSV(B) | 262.5º | 0.17% | 0.9% | - |
| XYZ | 57.87 | 55.52 | 82.53 | - |
| YUV | 199.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 230 | 0.11 | 0.17 | 0 | 0.10 | 262.5 | 0.44 | 0.82 |
| Hex | CD | BE | E6 | B | 11 | 0 | A | 106 | 2C | 52 |
| Octal | 315 | 276 | 346 | 13 | 21 | 0 | 12 | 406 | 54 | 122 |
| Binary | 11001101 | 10111110 | 11100110 | 1011 | 10001 | 0 | 1010 | 100000110 | 101100 | 1010010 |
Color Harmonies of #CDBEE6
Complementary color
Monochromatic Colors of #CDBEE6
Black with #CDBEE6
Text Example
Text Example
White with #CDBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEE6; }
p { color: rgb(205,190,230); }
H1.HeaderClassName
{
color: #CDBEE6;
}
.AnyTagClassName
{
color: #CDBEE6;
}
</style>
background-color css
<style>
a { background-color: #CDBEE6; }
a { background-color: rgb(205,190,230); }
div.DivClassName
{
background-color: #CDBEE6;
}
.BgClassName
{
background-color: #CDBEE6;
}
</style>
border-color css
<style>
span { border-color: #CDBEE6; }
span { border-color: rgb(205,190,230); }
td.TdClassName
{
border-color: #CDBEE6;
}
.TagClassName
{
border-color: #CDBEE6;
}
</style>