#DCCBF9

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

Shades of Fog #DCCBF9

Tints of Fog #DCCBF9

Color information

#DCCBF9 (or 0xDCCBF9) is unknown color: approx Fog. HEX triplet: DC, CB and F9. RGB value is (220,203,249). Sum of RGB (Red+Green+Blue) = 220+203+249=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF9 is #233406. Grayscale: #D5D5D5. Windows color (decimal): -2307079 or 16370652. OLE color: 16370652.

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

Color convert

RGB220203249-
CMYK0.120.1800.02
HSL262.17º79.31%88.63%-
HSV(B)262.17º18.47%97.65%-
XYZ67.9764.7798.54-
YUV213.33148.13132.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=32.74%
G=30.21%
B=37.05%

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
Decimal2202032490.120.1800.02262.1779.3188.63
HexDCCBF9C12021064f59
Octal334313371142202406117131
Binary11011100110010111111100111001001001010000011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBF9; }

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

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

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

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

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

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

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

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