Shades of Fog #CDBEEA
Tints of Fog #CDBEEA
RGB
CMYK
RGB Variations
Color information
#CDBEEA (or 0xCDBEEA) is known color: Fog. HEX triplet: CD, BE and EA. RGB value is (205,190,234). Sum of RGB (Red+Green+Blue) = 205+190+234=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEEA is #324115. Grayscale: #C7C7C7. Windows color (decimal): -3293462 or 15384269. OLE color: 15384269.
HSL color Cylindrical-coordinate representation of color #CDBEEA: hue angle of 260.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDBEEA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 190 | 234 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.08 |
| HSL | 260.45º | 0.51% | 0.83% | - |
| HSV(B) | 260.45º | 0.19% | 0.92% | - |
| XYZ | 58.44 | 55.75 | 85.52 | - |
| YUV | 199.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 234 | 0.12 | 0.19 | 0 | 0.08 | 260.45 | 0.51 | 0.83 |
| Hex | CD | BE | EA | C | 13 | 0 | 8 | 104 | 33 | 53 |
| Octal | 315 | 276 | 352 | 14 | 23 | 0 | 10 | 404 | 63 | 123 |
| Binary | 11001101 | 10111110 | 11101010 | 1100 | 10011 | 0 | 1000 | 100000100 | 110011 | 1010011 |
Color Harmonies of #CDBEEA
Complementary color
Monochromatic Colors of #CDBEEA
Black with #CDBEEA
Text Example
Text Example
White with #CDBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEEA; }
p { color: rgb(205,190,234); }
H1.HeaderClassName
{
color: #CDBEEA;
}
.AnyTagClassName
{
color: #CDBEEA;
}
</style>
background-color css
<style>
a { background-color: #CDBEEA; }
a { background-color: rgb(205,190,234); }
div.DivClassName
{
background-color: #CDBEEA;
}
.BgClassName
{
background-color: #CDBEEA;
}
</style>
border-color css
<style>
span { border-color: #CDBEEA; }
span { border-color: rgb(205,190,234); }
td.TdClassName
{
border-color: #CDBEEA;
}
.TagClassName
{
border-color: #CDBEEA;
}
</style>