#DCC3FD

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

Shades of Fog #DCC3FD

Tints of Fog #DCC3FD

Color information

#DCC3FD (or 0xDCC3FD) is unknown color: approx Fog. HEX triplet: DC, C3 and FD. RGB value is (220,195,253). Sum of RGB (Red+Green+Blue) = 220+195+253=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3FD is #233C02. Grayscale: #D0D0D0. Windows color (decimal): -2309123 or 16630748. OLE color: 16630748.

HSL color Cylindrical-coordinate representation of color #DCC3FD: hue angle of 265.86º 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 #DCC3FD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220195253-
CMYK0.130.2300.01
HSL265.86º93.55%87.84%-
HSV(B)265.86º22.92%99.22%-
XYZ66.7661.34101.25-
YUV209.09152.78135.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 195 (76.56% from 255) = 29.19%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=32.93%
G=29.19%
B=37.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201952530.130.2300.01265.8693.5587.84
HexDCC3FDD170110a5e58
Octal334303375152701412136130
Binary1101110011000011111111011101101110110000101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3FD; }

 p { color: rgb(220,195,253); }

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

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

 a { background-color: rgb(220,195,253); }

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

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

 span { border-color: rgb(220,195,253); }

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