#DCCBF6

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

Shades of Fog #DCCBF6

Tints of Fog #DCCBF6

Color information

#DCCBF6 (or 0xDCCBF6) is unknown color: approx Fog. HEX triplet: DC, CB and F6. RGB value is (220,203,246). Sum of RGB (Red+Green+Blue) = 220+203+246=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF6 is #233409. Grayscale: #D4D4D4. Windows color (decimal): -2307082 or 16174044. OLE color: 16174044.

HSL color Cylindrical-coordinate representation of color #DCCBF6: hue angle of 263.72º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCBF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220203246-
CMYK0.110.1700.04
HSL263.72º70.49%88.04%-
HSV(B)263.72º17.48%96.47%-
XYZ67.5164.5896.1-
YUV212.98146.63133-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=32.88%
G=30.34%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202032460.110.1700.04263.7270.4988.04
HexDCCBF6B11041084658
Octal334313366132104410106130
Binary110111001100101111110110101110001010010000100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBF6; }

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

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

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

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

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

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

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

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