Shades of Fog #D4BDF2
Tints of Fog #D4BDF2
RGB
CMYK
RGB Variations
Color information
#D4BDF2 (or 0xD4BDF2) is known color: Fog. HEX triplet: D4, BD and F2. RGB value is (212,189,242). Sum of RGB (Red+Green+Blue) = 212+189+242=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF2 is #2B420D. Grayscale: #C9C9C9. Windows color (decimal): -2834958 or 15908308. OLE color: 15908308.
HSL color Cylindrical-coordinate representation of color #D4BDF2: hue angle of 266.04º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BDF2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 189 | 242 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 266.04º | 0.67% | 0.85% | - |
| HSV(B) | 266.04º | 0.22% | 0.95% | - |
| XYZ | 61.38 | 56.8 | 91.73 | - |
| YUV | 201.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 242 | 0.12 | 0.22 | 0 | 0.05 | 266.04 | 0.67 | 0.85 |
| Hex | D4 | BD | F2 | C | 16 | 0 | 5 | 10A | 43 | 55 |
| Octal | 324 | 275 | 362 | 14 | 26 | 0 | 5 | 412 | 103 | 125 |
| Binary | 11010100 | 10111101 | 11110010 | 1100 | 10110 | 0 | 101 | 100001010 | 1000011 | 1010101 |
Color Harmonies of #D4BDF2
Complementary color
Monochromatic Colors of #D4BDF2
Black with #D4BDF2
Text Example
Text Example
White with #D4BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF2; }
p { color: rgb(212,189,242); }
H1.HeaderClassName
{
color: #D4BDF2;
}
.AnyTagClassName
{
color: #D4BDF2;
}
</style>
background-color css
<style>
a { background-color: #D4BDF2; }
a { background-color: rgb(212,189,242); }
div.DivClassName
{
background-color: #D4BDF2;
}
.BgClassName
{
background-color: #D4BDF2;
}
</style>
border-color css
<style>
span { border-color: #D4BDF2; }
span { border-color: rgb(212,189,242); }
td.TdClassName
{
border-color: #D4BDF2;
}
.TagClassName
{
border-color: #D4BDF2;
}
</style>