#D7C4EB

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

Shades of Fog #D7C4EB

Tints of Fog #D7C4EB

Color information

#D7C4EB (or 0xD7C4EB) is unknown color: approx Fog. HEX triplet: D7, C4 and EB. RGB value is (215,196,235). Sum of RGB (Red+Green+Blue) = 215+196+235=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C4EB is #283B14. Grayscale: #CDCDCD. Windows color (decimal): -2636565 or 15451351. OLE color: 15451351.

HSL color Cylindrical-coordinate representation of color #D7C4EB: hue angle of 269.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7C4EB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215196235-
CMYK0.090.1700.08
HSL269.23º49.37%84.51%-
HSV(B)269.23º16.6%92.16%-
XYZ62.7659.9386.86-
YUV206.13144.29134.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 30.34%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=33.28%
G=30.34%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151962350.090.1700.08269.2349.3784.51
HexD7C4EB9110810d3155
Octal327304353112101041561125
Binary110101111100010011101011100110001010001000011011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4EB; }

 p { color: rgb(215,196,235); }

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

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

 a { background-color: rgb(215,196,235); }

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

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

 span { border-color: rgb(215,196,235); }

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