#DCCAFF

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

Shades of Fog #DCCAFF

Tints of Fog #DCCAFF

Color information

#DCCAFF (or 0xDCCAFF) is unknown color: approx Fog. HEX triplet: DC, CA and FF. RGB value is (220,202,255). Sum of RGB (Red+Green+Blue) = 220+202+255=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFF is #233500. Grayscale: #D5D5D5. Windows color (decimal): -2307329 or 16763612. OLE color: 16763612.

HSL color Cylindrical-coordinate representation of color #DCCAFF: hue angle of 260.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCAFF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220202255-
CMYK0.140.2100
HSL260.38º100%89.61%-
HSV(B)260.38º20.78%100%-
XYZ68.6964.68103.47-
YUV213.42151.46132.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 255 (100% from 255) = 37.67%
R=32.50%
G=29.84%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202022550.140.2100260.3810089.61
HexDCCAFFE1500104645a
Octal334312377162500404144132
Binary1101110011001010111111111110101010010000010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAFF; }

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

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

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

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

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

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

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

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