#D4BCF0

Color #D4BCF0 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D4BCF0

Tints of Fog #D4BCF0

Color information

#D4BCF0 (or 0xD4BCF0) is unknown color: approx Fog. HEX triplet: D4, BC and F0. RGB value is (212,188,240). Sum of RGB (Red+Green+Blue) = 212+188+240=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCF0 is #2B430F. Grayscale: #C8C8C8. Windows color (decimal): -2835216 or 15776980. OLE color: 15776980.

HSL color Cylindrical-coordinate representation of color #D4BCF0: hue angle of 267.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BCF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212188240-
CMYK0.120.2200.06
HSL267.69º63.41%83.92%-
HSV(B)267.69º21.67%94.12%-
XYZ60.8656.2590.09-
YUV201.1149.95135.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=33.12%
G=29.38%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121882400.120.2200.06267.6963.4183.92
HexD4BCF0C160610c3f54
Octal32427436014260641477124
Binary11010100101111001111000011001011001101000011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCF0; }

 p { color: rgb(212,188,240); }

 H1.HeaderClassName
 {
   color: #D4BCF0;
 }
 .AnyTagClassName
 {
   color: #D4BCF0;
 }
</style>
background-color css

<style>
 a { background-color: #D4BCF0; }

 a { background-color: rgb(212,188,240); }

 div.DivClassName
 {
   background-color: #D4BCF0;
 }
 .BgClassName
 {
   background-color: #D4BCF0;
 }
</style>
border-color css

<style>
 span { border-color: #D4BCF0; }

 span { border-color: rgb(212,188,240); }

 td.TdClassName
 {
   border-color: #D4BCF0;
 }
 .TagClassName
 {
   border-color: #D4BCF0;
 }
</style>