#DCC4ED

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

Shades of Fog #DCC4ED

Tints of Fog #DCC4ED

Color information

#DCC4ED (or 0xDCC4ED) is unknown color: approx Fog. HEX triplet: DC, C4 and ED. RGB value is (220,196,237). Sum of RGB (Red+Green+Blue) = 220+196+237=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4ED is #233B12. Grayscale: #CFCFCF. Windows color (decimal): -2308883 or 15582428. OLE color: 15582428.

HSL color Cylindrical-coordinate representation of color #DCC4ED: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC4ED is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220196237-
CMYK0.070.1700.07
HSL275.12º53.25%84.9%-
HSV(B)275.12º17.3%92.94%-
XYZ64.5460.8188.46-
YUV207.85144.45136.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=33.69%
G=30.02%
B=36.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201962370.070.1700.07275.1253.2584.9
HexDCC4ED711071133555
Octal3343043557210742365125
Binary1101110011000100111011011111000101111000100111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4ED; }

 p { color: rgb(220,196,237); }

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

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

 a { background-color: rgb(220,196,237); }

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

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

 span { border-color: rgb(220,196,237); }

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