#DCCAF3

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

Shades of Fog #DCCAF3

Tints of Fog #DCCAF3

Color information

#DCCAF3 (or 0xDCCAF3) is unknown color: approx Fog. HEX triplet: DC, CA and F3. RGB value is (220,202,243). Sum of RGB (Red+Green+Blue) = 220+202+243=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF3 is #23350C. Grayscale: #D3D3D3. Windows color (decimal): -2307341 or 15977180. OLE color: 15977180.

HSL color Cylindrical-coordinate representation of color #DCCAF3: hue angle of 266.34º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCAF3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220202243-
CMYK0.090.1700.05
HSL266.34º63.08%87.25%-
HSV(B)266.34º16.87%95.29%-
XYZ66.8163.9393.61-
YUV212.06145.46133.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=33.08%
G=30.38%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202022430.090.1700.05266.3463.0887.25
HexDCCAF39110510a3f57
Octal33431236311210541277127
Binary11011100110010101111001110011000101011000010101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAF3; }

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

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

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

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

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

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

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

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