#DCCCF2

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

Shades of Fog #DCCCF2

Tints of Fog #DCCCF2

Color information

#DCCCF2 (or 0xDCCCF2) is unknown color: approx Fog. HEX triplet: DC, CC and F2. RGB value is (220,204,242). Sum of RGB (Red+Green+Blue) = 220+204+242=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF2 is #23330D. Grayscale: #D4D4D4. Windows color (decimal): -2306830 or 15912156. OLE color: 15912156.

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

Color convert

RGB220204242-
CMYK0.090.1600.05
HSL265.26º59.38%87.45%-
HSV(B)265.26º15.7%94.9%-
XYZ67.1464.8192.98-
YUV213.12144.3132.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=33.03%
G=30.63%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202042420.090.1600.05265.2659.3887.45
HexDCCCF2910051093b57
Octal33431436211200541173127
Binary11011100110011001111001010011000001011000010011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCF2; }

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

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

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

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

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

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

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

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