#DCCAF9

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

Shades of Fog #DCCAF9

Tints of Fog #DCCAF9

Color information

#DCCAF9 (or 0xDCCAF9) is unknown color: approx Fog. HEX triplet: DC, CA and F9. RGB value is (220,202,249). Sum of RGB (Red+Green+Blue) = 220+202+249=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF9 is #233506. Grayscale: #D4D4D4. Windows color (decimal): -2307335 or 16370396. OLE color: 16370396.

HSL color Cylindrical-coordinate representation of color #DCCAF9: hue angle of 262.98º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCAF9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220202249-
CMYK0.120.1900.02
HSL262.98º79.66%88.43%-
HSV(B)262.98º18.88%97.65%-
XYZ67.7364.398.46-
YUV212.74148.46133.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=32.79%
G=30.10%
B=37.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202022490.120.1900.02262.9879.6688.43
HexDCCAF9C13021075058
Octal334312371142302407120130
Binary11011100110010101111100111001001101010000011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAF9; }

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

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

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

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

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

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

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

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