#DCC8FD

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

Shades of Fog #DCC8FD

Tints of Fog #DCC8FD

Color information

#DCC8FD (or 0xDCC8FD) is unknown color: approx Fog. HEX triplet: DC, C8 and FD. RGB value is (220,200,253). Sum of RGB (Red+Green+Blue) = 220+200+253=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8FD is #233702. Grayscale: #D3D3D3. Windows color (decimal): -2307843 or 16632028. OLE color: 16632028.

HSL color Cylindrical-coordinate representation of color #DCC8FD: hue angle of 262.64º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC8FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220200253-
CMYK0.130.2100.01
HSL262.64º92.98%88.82%-
HSV(B)262.64º20.95%99.22%-
XYZ67.963.62101.63-
YUV212.02151.13133.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 200 (78.52% from 255) = 29.72%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=32.69%
G=29.72%
B=37.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202002530.130.2100.01262.6492.9888.82
HexDCC8FDD15011075d59
Octal334310375152501407135131
Binary1101110011001000111111011101101010110000011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8FD; }

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

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

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

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

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

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

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

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