#DCCCEB

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

Shades of Fog #DCCCEB

Tints of Fog #DCCCEB

Color information

#DCCCEB (or 0xDCCCEB) is unknown color: approx Fog. HEX triplet: DC, CC and EB. RGB value is (220,204,235). Sum of RGB (Red+Green+Blue) = 220+204+235=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCEB is #233314. Grayscale: #D4D4D4. Windows color (decimal): -2306837 or 15453404. OLE color: 15453404.

HSL color Cylindrical-coordinate representation of color #DCCCEB: hue angle of 270.97º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCCEB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220204235-
CMYK0.060.1300.08
HSL270.97º43.66%86.08%-
HSV(B)270.97º13.19%92.16%-
XYZ66.164.487.54-
YUV212.32140.8133.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=33.38%
G=30.96%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202042350.060.1300.08270.9743.6686.08
HexDCCCEB6D0810f2c56
Octal33431435361501041754126
Binary1101110011001100111010111101101010001000011111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCEB; }

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

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

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

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

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

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

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

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