#D6C3E5

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

Shades of Fog #D6C3E5

Tints of Fog #D6C3E5

Color information

#D6C3E5 (or 0xD6C3E5) is unknown color: approx Fog. HEX triplet: D6, C3 and E5. RGB value is (214,195,229). Sum of RGB (Red+Green+Blue) = 214+195+229=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6C3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3E5 is #293C1A. Grayscale: #CCCCCC. Windows color (decimal): -2702363 or 15057878. OLE color: 15057878.

HSL color Cylindrical-coordinate representation of color #D6C3E5: hue angle of 273.53º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C3E5 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214195229-
CMYK0.070.1500.10
HSL273.53º39.53%83.14%-
HSV(B)273.53º14.85%89.8%-
XYZ61.3958.9882.28-
YUV204.56141.79134.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=33.54%
G=30.56%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141952290.070.1500.10273.5339.5383.14
HexD6C3E57F0A1122853
Octal32630334571701242250123
Binary1101011011000011111001011111111010101000100101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3E5; }

 p { color: rgb(214,195,229); }

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

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

 a { background-color: rgb(214,195,229); }

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

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

 span { border-color: rgb(214,195,229); }

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