#DCCCF9

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

Shades of Fog #DCCCF9

Tints of Fog #DCCCF9

Color information

#DCCCF9 (or 0xDCCCF9) is unknown color: approx Fog. HEX triplet: DC, CC and F9. RGB value is (220,204,249). Sum of RGB (Red+Green+Blue) = 220+204+249=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF9 is #233306. Grayscale: #D5D5D5. Windows color (decimal): -2306823 or 16370908. OLE color: 16370908.

HSL color Cylindrical-coordinate representation of color #DCCCF9: hue angle of 261.33º 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 #DCCCF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220204249-
CMYK0.120.1800.02
HSL261.33º78.95%88.82%-
HSV(B)261.33º18.07%97.65%-
XYZ68.2165.2498.62-
YUV213.91147.8132.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=32.69%
G=30.31%
B=37.00%

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
Decimal2202042490.120.1800.02261.3378.9588.82
HexDCCCF9C12021054f59
Octal334314371142202405117131
Binary11011100110011001111100111001001001010000010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCF9; }

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

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

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

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

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

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

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

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