#DCC5FF

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

Shades of Fog #DCC5FF

Tints of Fog #DCC5FF

Color information

#DCC5FF (or 0xDCC5FF) is unknown color: approx Fog. HEX triplet: DC, C5 and FF. RGB value is (220,197,255). Sum of RGB (Red+Green+Blue) = 220+197+255=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5FF is #233A00. Grayscale: #D2D2D2. Windows color (decimal): -2308609 or 16762332. OLE color: 16762332.

HSL color Cylindrical-coordinate representation of color #DCC5FF: hue angle of 263.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC5FF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220197255-
CMYK0.140.2300
HSL263.79º100%88.63%-
HSV(B)263.79º22.75%100%-
XYZ67.5362.37103.09-
YUV210.49153.12134.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 37.95%
R=32.74%
G=29.32%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201972550.140.2300263.7910088.63
HexDCC5FFE17001086459
Octal334305377162700410144131
Binary1101110011000101111111111110101110010000100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5FF; }

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

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

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

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

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

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

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

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