#D6C4FE

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

Shades of Fog #D6C4FE

Tints of Fog #D6C4FE

Color information

#D6C4FE (or 0xD6C4FE) is unknown color: approx Fog. HEX triplet: D6, C4 and FE. RGB value is (214,196,254). Sum of RGB (Red+Green+Blue) = 214+196+254=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C4FE is #293B01. Grayscale: #CFCFCF. Windows color (decimal): -2702082 or 16696534. OLE color: 16696534.

HSL color Cylindrical-coordinate representation of color #D6C4FE: hue angle of 258.62º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6C4FE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214196254-
CMYK0.160.2300.00
HSL258.62º96.67%88.24%-
HSV(B)258.62º22.83%99.61%-
XYZ65.3660.93102.08-
YUV207.99153.96132.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 196 (76.95% from 255) = 29.52%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=32.23%
G=29.52%
B=38.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141962540.160.2300.00258.6296.6788.24
HexD6C4FE1017001036158
Octal326304376202700403141130
Binary11010110110001001111111010000101110010000001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4FE; }

 p { color: rgb(214,196,254); }

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

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

 a { background-color: rgb(214,196,254); }

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

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

 span { border-color: rgb(214,196,254); }

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