#DCC2FA

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

Shades of Fog #DCC2FA

Tints of Fog #DCC2FA

Color information

#DCC2FA (or 0xDCC2FA) is unknown color: approx Fog. HEX triplet: DC, C2 and FA. RGB value is (220,194,250). Sum of RGB (Red+Green+Blue) = 220+194+250=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2FA is #233D05. Grayscale: #CFCFCF. Windows color (decimal): -2309382 or 16433884. OLE color: 16433884.

HSL color Cylindrical-coordinate representation of color #DCC2FA: hue angle of 267.86º degrees, saturation: 0.85, 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 #DCC2FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220194250-
CMYK0.120.2200.02
HSL267.86º84.85%87.06%-
HSV(B)267.86º22.4%98.04%-
XYZ66.0660.798.68-
YUV208.16151.61136.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 194 (76.17% from 255) = 29.22%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=33.13%
G=29.22%
B=37.65%

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
Decimal2201942500.120.2200.02267.8684.8587.06
HexDCC2FAC160210c5557
Octal334302372142602414125127
Binary11011100110000101111101011001011001010000110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2FA; }

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

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

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

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

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

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

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

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