#DCC5FD

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

Shades of Fog #DCC5FD

Tints of Fog #DCC5FD

Color information

#DCC5FD (or 0xDCC5FD) is unknown color: approx Fog. HEX triplet: DC, C5 and FD. RGB value is (220,197,253). Sum of RGB (Red+Green+Blue) = 220+197+253=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5FD is #233A02. Grayscale: #D2D2D2. Windows color (decimal): -2308611 or 16631260. OLE color: 16631260.

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

Color convert

RGB220197253-
CMYK0.130.2200.01
HSL264.64º93.33%88.24%-
HSV(B)264.64º22.13%99.22%-
XYZ67.2162.24101.4-
YUV210.26152.12134.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=32.84%
G=29.40%
B=37.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201972530.130.2200.01264.6493.3388.24
HexDCC5FDD16011095d58
Octal334305375152601411135130
Binary1101110011000101111111011101101100110000100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5FD; }

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

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

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

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

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

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

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

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