#DCC4FD

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

Shades of Fog #DCC4FD

Tints of Fog #DCC4FD

Color information

#DCC4FD (or 0xDCC4FD) is unknown color: approx Fog. HEX triplet: DC, C4 and FD. RGB value is (220,196,253). Sum of RGB (Red+Green+Blue) = 220+196+253=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4FD is #233B02. Grayscale: #D1D1D1. Windows color (decimal): -2308867 or 16631004. OLE color: 16631004.

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

Color convert

RGB220196253-
CMYK0.130.2300.01
HSL265.26º93.44%88.04%-
HSV(B)265.26º22.53%99.22%-
XYZ66.9861.79101.32-
YUV209.67152.45135.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=32.88%
G=29.30%
B=37.82%

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
Decimal2201962530.130.2300.01265.2693.4488.04
HexDCC4FDD17011095d58
Octal334304375152701411135130
Binary1101110011000100111111011101101110110000100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4FD; }

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

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

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

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

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

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

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

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