Shades of Fog #D4BAFC
Tints of Fog #D4BAFC
RGB
CMYK
RGB Variations
Color information
#D4BAFC (or 0xD4BAFC) is known color: Fog. HEX triplet: D4, BA and FC. RGB value is (212,186,252). Sum of RGB (Red+Green+Blue) = 212+186+252=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAFC is #2B4503. Grayscale: #C9C9C9. Windows color (decimal): -2835716 or 16562900. OLE color: 16562900.
HSL color Cylindrical-coordinate representation of color #D4BAFC: hue angle of 263.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4BAFC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 186 | 252 | - |
CMYK | 0.16 | 0.26 | 0 | 0.01 |
HSL | 263.64º | 0.92% | 0.86% | - |
HSV(B) | 263.64º | 0.26% | 0.99% | - |
XYZ | 62.28 | 56.14 | 99.65 | - |
YUV | 201.3 | 156.61 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 186 | 252 | 0.16 | 0.26 | 0 | 0.01 | 263.64 | 0.92 | 0.86 |
Hex | D4 | BA | FC | 10 | 1A | 0 | 1 | 108 | 5C | 56 |
Octal | 324 | 272 | 374 | 20 | 32 | 0 | 1 | 410 | 134 | 126 |
Binary | 11010100 | 10111010 | 11111100 | 10000 | 11010 | 0 | 1 | 100001000 | 1011100 | 1010110 |
Color Harmonies of #D4BAFC
Complementary color
Monochromatic Colors of #D4BAFC
Black with #D4BAFC
Text Example
Text Example
White with #D4BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAFC; }
p { color: rgb(212,186,252); }
H1.HeaderClassName
{
color: #D4BAFC;
}
.AnyTagClassName
{
color: #D4BAFC;
}
</style>
background-color css
<style>
a { background-color: #D4BAFC; }
a { background-color: rgb(212,186,252); }
div.DivClassName
{
background-color: #D4BAFC;
}
.BgClassName
{
background-color: #D4BAFC;
}
</style>
border-color css
<style>
span { border-color: #D4BAFC; }
span { border-color: rgb(212,186,252); }
td.TdClassName
{
border-color: #D4BAFC;
}
.TagClassName
{
border-color: #D4BAFC;
}
</style>