#DCCAFD

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

Shades of Fog #DCCAFD

Tints of Fog #DCCAFD

Color information

#DCCAFD (or 0xDCCAFD) is unknown color: approx Fog. HEX triplet: DC, CA and FD. RGB value is (220,202,253). Sum of RGB (Red+Green+Blue) = 220+202+253=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFD is #233502. Grayscale: #D5D5D5. Windows color (decimal): -2307331 or 16632540. OLE color: 16632540.

HSL color Cylindrical-coordinate representation of color #DCCAFD: hue angle of 261.18º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCAFD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220202253-
CMYK0.130.2000.01
HSL261.18º92.73%89.22%-
HSV(B)261.18º20.16%99.22%-
XYZ68.3764.55101.78-
YUV213.2150.46132.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=32.59%
G=29.93%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202022530.130.2000.01261.1892.7389.22
HexDCCAFDD14011055d59
Octal334312375152401405135131
Binary1101110011001010111111011101101000110000010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAFD; }

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

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

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

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

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

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

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

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