#DCCAF8

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

Shades of Fog #DCCAF8

Tints of Fog #DCCAF8

Color information

#DCCAF8 (or 0xDCCAF8) is unknown color: approx Fog. HEX triplet: DC, CA and F8. RGB value is (220,202,248). Sum of RGB (Red+Green+Blue) = 220+202+248=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF8 is #233507. Grayscale: #D4D4D4. Windows color (decimal): -2307336 or 16304860. OLE color: 16304860.

HSL color Cylindrical-coordinate representation of color #DCCAF8: hue angle of 263.48º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCAF8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220202248-
CMYK0.110.1900.03
HSL263.48º76.67%88.24%-
HSV(B)263.48º18.55%97.25%-
XYZ67.5864.2397.64-
YUV212.63147.96133.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=32.84%
G=30.15%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202022480.110.1900.03263.4876.6788.24
HexDCCAF8B13031074d58
Octal334312370132303407115130
Binary11011100110010101111100010111001101110000011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAF8; }

 p { color: rgb(220,202,248); }

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

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

 a { background-color: rgb(220,202,248); }

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

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

 span { border-color: rgb(220,202,248); }

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