#D2C2FD

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

Shades of Fog #D2C2FD

Tints of Fog #D2C2FD

Color information

#D2C2FD (or 0xD2C2FD) is unknown color: approx Fog. HEX triplet: D2, C2 and FD. RGB value is (210,194,253). Sum of RGB (Red+Green+Blue) = 210+194+253=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C2FD is #2D3D02. Grayscale: #CDCDCD. Windows color (decimal): -2964739 or 16630482. OLE color: 16630482.

HSL color Cylindrical-coordinate representation of color #D2C2FD: hue angle of 256.27º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2C2FD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210194253-
CMYK0.170.2300.01
HSL256.27º93.65%87.65%-
HSV(B)256.27º23.32%99.22%-
XYZ63.659.38101.04-
YUV205.51154.8131.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 194 (76.17% from 255) = 29.53%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=31.96%
G=29.53%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101942530.170.2300.01256.2793.6587.65
HexD2C2FD1117011005e58
Octal322302375212701400136130
Binary11010010110000101111110110001101110110000000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C2FD; }

 p { color: rgb(210,194,253); }

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

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

 a { background-color: rgb(210,194,253); }

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

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

 span { border-color: rgb(210,194,253); }

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