Shades of Fog #CDB5EA
Tints of Fog #CDB5EA
RGB
CMYK
RGB Variations
Color information
#CDB5EA (or 0xCDB5EA) is known color: Fog. HEX triplet: CD, B5 and EA. RGB value is (205,181,234). Sum of RGB (Red+Green+Blue) = 205+181+234=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5EA is #324A15. Grayscale: #C2C2C2. Windows color (decimal): -3295766 or 15381965. OLE color: 15381965.
HSL color Cylindrical-coordinate representation of color #CDB5EA: hue angle of 267.17º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB5EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 181 | 234 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.08 |
| HSL | 267.17º | 0.56% | 0.81% | - |
| HSV(B) | 267.17º | 0.23% | 0.92% | - |
| XYZ | 56.55 | 51.97 | 84.89 | - |
| YUV | 194.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 234 | 0.12 | 0.23 | 0 | 0.08 | 267.17 | 0.56 | 0.81 |
| Hex | CD | B5 | EA | C | 17 | 0 | 8 | 10B | 38 | 51 |
| Octal | 315 | 265 | 352 | 14 | 27 | 0 | 10 | 413 | 70 | 121 |
| Binary | 11001101 | 10110101 | 11101010 | 1100 | 10111 | 0 | 1000 | 100001011 | 111000 | 1010001 |
Color Harmonies of #CDB5EA
Complementary color
Monochromatic Colors of #CDB5EA
Black with #CDB5EA
Text Example
Text Example
White with #CDB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5EA; }
p { color: rgb(205,181,234); }
H1.HeaderClassName
{
color: #CDB5EA;
}
.AnyTagClassName
{
color: #CDB5EA;
}
</style>
background-color css
<style>
a { background-color: #CDB5EA; }
a { background-color: rgb(205,181,234); }
div.DivClassName
{
background-color: #CDB5EA;
}
.BgClassName
{
background-color: #CDB5EA;
}
</style>
border-color css
<style>
span { border-color: #CDB5EA; }
span { border-color: rgb(205,181,234); }
td.TdClassName
{
border-color: #CDB5EA;
}
.TagClassName
{
border-color: #CDB5EA;
}
</style>