#DCC4FA

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

Shades of Fog #DCC4FA

Tints of Fog #DCC4FA

Color information

#DCC4FA (or 0xDCC4FA) is unknown color: approx Fog. HEX triplet: DC, C4 and FA. RGB value is (220,196,250). Sum of RGB (Red+Green+Blue) = 220+196+250=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4FA is #233B05. Grayscale: #D1D1D1. Windows color (decimal): -2308870 or 16434396. OLE color: 16434396.

HSL color Cylindrical-coordinate representation of color #DCC4FA: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC4FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220196250-
CMYK0.120.2200.02
HSL266.67º84.38%87.45%-
HSV(B)266.67º21.6%98.04%-
XYZ66.5161.698.83-
YUV209.33150.95135.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 196 (76.95% from 255) = 29.43%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=33.03%
G=29.43%
B=37.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201962500.120.2200.02266.6784.3887.45
HexDCC4FAC160210b5457
Octal334304372142602413124127
Binary11011100110001001111101011001011001010000101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4FA; }

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

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

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

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

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

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

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

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