#DCCAF7

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

Shades of Fog #DCCAF7

Tints of Fog #DCCAF7

Color information

#DCCAF7 (or 0xDCCAF7) is unknown color: approx Fog. HEX triplet: DC, CA and F7. RGB value is (220,202,247). Sum of RGB (Red+Green+Blue) = 220+202+247=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF7 is #233508. Grayscale: #D4D4D4. Windows color (decimal): -2307337 or 16239324. OLE color: 16239324.

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

Color convert

RGB220202247-
CMYK0.110.1800.03
HSL264º73.77%88.04%-
HSV(B)264º18.22%96.86%-
XYZ67.4264.1796.83-
YUV212.51147.46133.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=32.88%
G=30.19%
B=36.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202022470.110.1800.0326473.7788.04
HexDCCAF7B12031084a58
Octal334312367132203410112130
Binary11011100110010101111011110111001001110000100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAF7; }

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

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

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

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

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

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

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

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