#DCCDF9

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

Shades of Fog #DCCDF9

Tints of Fog #DCCDF9

Color information

#DCCDF9 (or 0xDCCDF9) is unknown color: approx Fog. HEX triplet: DC, CD and F9. RGB value is (220,205,249). Sum of RGB (Red+Green+Blue) = 220+205+249=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDF9 is #233206. Grayscale: #D6D6D6. Windows color (decimal): -2306567 or 16371164. OLE color: 16371164.

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

Color convert

RGB220205249-
CMYK0.120.1800.02
HSL260.45º78.57%89.02%-
HSV(B)260.45º17.67%97.65%-
XYZ68.4565.7298.7-
YUV214.5147.47131.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=32.64%
G=30.42%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202052490.120.1800.02260.4578.5789.02
HexDCCDF9C12021044f59
Octal334315371142202404117131
Binary11011100110011011111100111001001001010000010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDF9; }

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

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

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

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

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

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

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

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