#D6C1E2

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

Shades of Fog #D6C1E2

Tints of Fog #D6C1E2

Color information

#D6C1E2 (or 0xD6C1E2) is unknown color: approx Fog. HEX triplet: D6, C1 and E2. RGB value is (214,193,226). Sum of RGB (Red+Green+Blue) = 214+193+226=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6C1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1E2 is #293E1D. Grayscale: #CACACA. Windows color (decimal): -2702878 or 14860758. OLE color: 14860758.

HSL color Cylindrical-coordinate representation of color #D6C1E2: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C1E2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214193226-
CMYK0.050.1500.11
HSL278.18º36.26%82.16%-
HSV(B)278.18º14.6%88.63%-
XYZ60.5357.9379.94-
YUV203.04140.96135.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=33.81%
G=30.49%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141932260.050.1500.11278.1836.2682.16
HexD6C1E25F0B1162452
Octal32630134251701342644122
Binary1101011011000001111000101011111010111000101101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1E2; }

 p { color: rgb(214,193,226); }

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

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

 a { background-color: rgb(214,193,226); }

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

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

 span { border-color: rgb(214,193,226); }

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