#DCCBF7

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

Shades of Fog #DCCBF7

Tints of Fog #DCCBF7

Color information

#DCCBF7 (or 0xDCCBF7) is unknown color: approx Fog. HEX triplet: DC, CB and F7. RGB value is (220,203,247). Sum of RGB (Red+Green+Blue) = 220+203+247=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF7 is #233408. Grayscale: #D4D4D4. Windows color (decimal): -2307081 or 16239580. OLE color: 16239580.

HSL color Cylindrical-coordinate representation of color #DCCBF7: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCBF7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220203247-
CMYK0.110.1800.03
HSL263.18º73.33%88.24%-
HSV(B)263.18º17.81%96.86%-
XYZ67.6664.6496.91-
YUV213.1147.13132.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=32.84%
G=30.30%
B=36.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202032470.110.1800.03263.1873.3388.24
HexDCCBF7B12031074958
Octal334313367132203407111130
Binary11011100110010111111011110111001001110000011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBF7; }

 p { color: rgb(220,203,247); }

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

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

 a { background-color: rgb(220,203,247); }

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

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

 span { border-color: rgb(220,203,247); }

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