#DCCAF5

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

Shades of Fog #DCCAF5

Tints of Fog #DCCAF5

Color information

#DCCAF5 (or 0xDCCAF5) is unknown color: approx Fog. HEX triplet: DC, CA and F5. RGB value is (220,202,245). Sum of RGB (Red+Green+Blue) = 220+202+245=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF5 is #23350A. Grayscale: #D4D4D4. Windows color (decimal): -2307339 or 16108252. OLE color: 16108252.

HSL color Cylindrical-coordinate representation of color #DCCAF5: hue angle of 265.12º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCAF5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220202245-
CMYK0.100.1800.04
HSL265.12º68.25%87.65%-
HSV(B)265.12º17.55%96.08%-
XYZ67.1264.0595.21-
YUV212.28146.46133.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=32.98%
G=30.28%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202022450.100.1800.04265.1268.2587.65
HexDCCAF5A12041094458
Octal334312365122204411104130
Binary110111001100101011110101101010010010010000100110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAF5; }

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

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

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

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

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

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

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

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