Shades of Fog #CDBEF0
Tints of Fog #CDBEF0
RGB
CMYK
RGB Variations
Color information
#CDBEF0 (or 0xCDBEF0) is known color: Fog. HEX triplet: CD, BE and F0. RGB value is (205,190,240). Sum of RGB (Red+Green+Blue) = 205+190+240=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEF0 is #32410F. Grayscale: #C8C8C8. Windows color (decimal): -3293456 or 15777485. OLE color: 15777485.
HSL color Cylindrical-coordinate representation of color #CDBEF0: hue angle of 258º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDBEF0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 190 | 240 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 258º | 0.63% | 0.84% | - |
| HSV(B) | 258º | 0.21% | 0.94% | - |
| XYZ | 59.32 | 56.1 | 90.14 | - |
| YUV | 200.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 240 | 0.15 | 0.21 | 0 | 0.06 | 258 | 0.63 | 0.84 |
| Hex | CD | BE | F0 | F | 15 | 0 | 6 | 102 | 3E | 54 |
| Octal | 315 | 276 | 360 | 17 | 25 | 0 | 6 | 402 | 76 | 124 |
| Binary | 11001101 | 10111110 | 11110000 | 1111 | 10101 | 0 | 110 | 100000010 | 111110 | 1010100 |
Color Harmonies of #CDBEF0
Complementary color
Monochromatic Colors of #CDBEF0
Black with #CDBEF0
Text Example
Text Example
White with #CDBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEF0; }
p { color: rgb(205,190,240); }
H1.HeaderClassName
{
color: #CDBEF0;
}
.AnyTagClassName
{
color: #CDBEF0;
}
</style>
background-color css
<style>
a { background-color: #CDBEF0; }
a { background-color: rgb(205,190,240); }
div.DivClassName
{
background-color: #CDBEF0;
}
.BgClassName
{
background-color: #CDBEF0;
}
</style>
border-color css
<style>
span { border-color: #CDBEF0; }
span { border-color: rgb(205,190,240); }
td.TdClassName
{
border-color: #CDBEF0;
}
.TagClassName
{
border-color: #CDBEF0;
}
</style>