#DCCCF1

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

Shades of Fog #DCCCF1

Tints of Fog #DCCCF1

Color information

#DCCCF1 (or 0xDCCCF1) is unknown color: approx Fog. HEX triplet: DC, CC and F1. RGB value is (220,204,241). Sum of RGB (Red+Green+Blue) = 220+204+241=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF1 is #23330E. Grayscale: #D4D4D4. Windows color (decimal): -2306831 or 15846620. OLE color: 15846620.

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

Color convert

RGB220204241-
CMYK0.090.1500.05
HSL265.95º56.92%87.25%-
HSV(B)265.95º15.35%94.51%-
XYZ66.9964.7592.19-
YUV213143.8132.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=33.08%
G=30.68%
B=36.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202042410.090.1500.05265.9556.9287.25
HexDCCCF19F0510a3957
Octal33431436111170541271127
Binary1101110011001100111100011001111101011000010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCF1; }

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

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

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

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

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

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

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

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