#D6C2FB

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

Shades of Fog #D6C2FB

Tints of Fog #D6C2FB

Color information

#D6C2FB (or 0xD6C2FB) is unknown color: approx Fog. HEX triplet: D6, C2 and FB. RGB value is (214,194,251). Sum of RGB (Red+Green+Blue) = 214+194+251=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C2FB is #293D04. Grayscale: #CECECE. Windows color (decimal): -2702597 or 16499414. OLE color: 16499414.

HSL color Cylindrical-coordinate representation of color #D6C2FB: hue angle of 261.05º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6C2FB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214194251-
CMYK0.150.2300.02
HSL261.05º87.69%87.25%-
HSV(B)261.05º22.71%98.43%-
XYZ64.4459.8499.42-
YUV206.48153.13133.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 194 (76.17% from 255) = 29.44%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=32.47%
G=29.44%
B=38.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141942510.150.2300.02261.0587.6987.25
HexD6C2FBF17021055857
Octal326302373172702405130127
Binary11010110110000101111101111111011101010000010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2FB; }

 p { color: rgb(214,194,251); }

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

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

 a { background-color: rgb(214,194,251); }

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

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

 span { border-color: rgb(214,194,251); }

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