Shades of Fog #CDB5EE
Tints of Fog #CDB5EE
RGB
CMYK
RGB Variations
Color information
#CDB5EE (or 0xCDB5EE) is known color: Fog. HEX triplet: CD, B5 and EE. RGB value is (205,181,238). Sum of RGB (Red+Green+Blue) = 205+181+238=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5EE is #324A11. Grayscale: #C2C2C2. Windows color (decimal): -3295762 or 15644109. OLE color: 15644109.
HSL color Cylindrical-coordinate representation of color #CDB5EE: hue angle of 265.26º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB5EE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 181 | 238 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 265.26º | 0.63% | 0.82% | - |
| HSV(B) | 265.26º | 0.24% | 0.93% | - |
| XYZ | 57.13 | 52.2 | 87.95 | - |
| YUV | 194.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 238 | 0.14 | 0.24 | 0 | 0.07 | 265.26 | 0.63 | 0.82 |
| Hex | CD | B5 | EE | E | 18 | 0 | 7 | 109 | 3F | 52 |
| Octal | 315 | 265 | 356 | 16 | 30 | 0 | 7 | 411 | 77 | 122 |
| Binary | 11001101 | 10110101 | 11101110 | 1110 | 11000 | 0 | 111 | 100001001 | 111111 | 1010010 |
Color Harmonies of #CDB5EE
Complementary color
Monochromatic Colors of #CDB5EE
Black with #CDB5EE
Text Example
Text Example
White with #CDB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5EE; }
p { color: rgb(205,181,238); }
H1.HeaderClassName
{
color: #CDB5EE;
}
.AnyTagClassName
{
color: #CDB5EE;
}
</style>
background-color css
<style>
a { background-color: #CDB5EE; }
a { background-color: rgb(205,181,238); }
div.DivClassName
{
background-color: #CDB5EE;
}
.BgClassName
{
background-color: #CDB5EE;
}
</style>
border-color css
<style>
span { border-color: #CDB5EE; }
span { border-color: rgb(205,181,238); }
td.TdClassName
{
border-color: #CDB5EE;
}
.TagClassName
{
border-color: #CDB5EE;
}
</style>