Shades of Fog #CDBEED
Tints of Fog #CDBEED
RGB
CMYK
RGB Variations
Color information
#CDBEED (or 0xCDBEED) is known color: Fog. HEX triplet: CD, BE and ED. RGB value is (205,190,237). Sum of RGB (Red+Green+Blue) = 205+190+237=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEED is #324112. Grayscale: #C7C7C7. Windows color (decimal): -3293459 or 15580877. OLE color: 15580877.
HSL color Cylindrical-coordinate representation of color #CDBEED: hue angle of 259.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBEED is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 190 | 237 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.07 |
| HSL | 259.15º | 0.57% | 0.84% | - |
| HSV(B) | 259.15º | 0.2% | 0.93% | - |
| XYZ | 58.88 | 55.92 | 87.81 | - |
| YUV | 199.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 237 | 0.14 | 0.20 | 0 | 0.07 | 259.15 | 0.57 | 0.84 |
| Hex | CD | BE | ED | E | 14 | 0 | 7 | 103 | 39 | 54 |
| Octal | 315 | 276 | 355 | 16 | 24 | 0 | 7 | 403 | 71 | 124 |
| Binary | 11001101 | 10111110 | 11101101 | 1110 | 10100 | 0 | 111 | 100000011 | 111001 | 1010100 |
Color Harmonies of #CDBEED
Complementary color
Monochromatic Colors of #CDBEED
Black with #CDBEED
Text Example
Text Example
White with #CDBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEED; }
p { color: rgb(205,190,237); }
H1.HeaderClassName
{
color: #CDBEED;
}
.AnyTagClassName
{
color: #CDBEED;
}
</style>
background-color css
<style>
a { background-color: #CDBEED; }
a { background-color: rgb(205,190,237); }
div.DivClassName
{
background-color: #CDBEED;
}
.BgClassName
{
background-color: #CDBEED;
}
</style>
border-color css
<style>
span { border-color: #CDBEED; }
span { border-color: rgb(205,190,237); }
td.TdClassName
{
border-color: #CDBEED;
}
.TagClassName
{
border-color: #CDBEED;
}
</style>