Shades of Fog #D4BEF4
Tints of Fog #D4BEF4
RGB
CMYK
RGB Variations
Color information
#D4BEF4 (or 0xD4BEF4) is known color: Fog. HEX triplet: D4, BE and F4. RGB value is (212,190,244). Sum of RGB (Red+Green+Blue) = 212+190+244=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 244 - color contains mainly: blue. Hex color #D4BEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEF4 is #2B410B. Grayscale: #CACACA. Windows color (decimal): -2834700 or 16039636. OLE color: 16039636.
HSL color Cylindrical-coordinate representation of color #D4BEF4: hue angle of 264.44º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BEF4 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 212 | 190 | 244 | - |
CMYK | 0.13 | 0.22 | 0 | 0.04 |
HSL | 264.44º | 0.71% | 0.85% | - |
HSV(B) | 264.44º | 0.22% | 0.96% | - |
XYZ | 61.89 | 57.36 | 93.4 | - |
YUV | 202.73 | 151.29 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 190 | 244 | 0.13 | 0.22 | 0 | 0.04 | 264.44 | 0.71 | 0.85 |
Hex | D4 | BE | F4 | D | 16 | 0 | 4 | 108 | 47 | 55 |
Octal | 324 | 276 | 364 | 15 | 26 | 0 | 4 | 410 | 107 | 125 |
Binary | 11010100 | 10111110 | 11110100 | 1101 | 10110 | 0 | 100 | 100001000 | 1000111 | 1010101 |
Color Harmonies of #D4BEF4
Complementary color
Monochromatic Colors of #D4BEF4
Black with #D4BEF4
Text Example
Text Example
White with #D4BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEF4; }
p { color: rgb(212,190,244); }
H1.HeaderClassName
{
color: #D4BEF4;
}
.AnyTagClassName
{
color: #D4BEF4;
}
</style>
background-color css
<style>
a { background-color: #D4BEF4; }
a { background-color: rgb(212,190,244); }
div.DivClassName
{
background-color: #D4BEF4;
}
.BgClassName
{
background-color: #D4BEF4;
}
</style>
border-color css
<style>
span { border-color: #D4BEF4; }
span { border-color: rgb(212,190,244); }
td.TdClassName
{
border-color: #D4BEF4;
}
.TagClassName
{
border-color: #D4BEF4;
}
</style>