#DCCBE9

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

Shades of Fog #DCCBE9

Tints of Fog #DCCBE9

Color information

#DCCBE9 (or 0xDCCBE9) is unknown color: approx Fog. HEX triplet: DC, CB and E9. RGB value is (220,203,233). Sum of RGB (Red+Green+Blue) = 220+203+233=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBE9 is #233416. Grayscale: #D3D3D3. Windows color (decimal): -2307095 or 15322076. OLE color: 15322076.

HSL color Cylindrical-coordinate representation of color #DCCBE9: hue angle of 274º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCBE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220203233-
CMYK0.060.1300.09
HSL274º40.54%85.49%-
HSV(B)274º12.88%91.37%-
XYZ65.5863.8185.95-
YUV211.5140.13134.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=33.54%
G=30.95%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202032330.060.1300.0927440.5485.49
HexDCCBE96D091122955
Octal33431335161501142251125
Binary1101110011001011111010011101101010011000100101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBE9; }

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

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

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

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

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

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

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

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