#DCC3EE

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

Shades of Fog #DCC3EE

Tints of Fog #DCC3EE

Color information

#DCC3EE (or 0xDCC3EE) is unknown color: approx Fog. HEX triplet: DC, C3 and EE. RGB value is (220,195,238). Sum of RGB (Red+Green+Blue) = 220+195+238=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3EE is #233C11. Grayscale: #CFCFCF. Windows color (decimal): -2309138 or 15647708. OLE color: 15647708.

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

Color convert

RGB220195238-
CMYK0.080.1800.07
HSL274.88º55.84%84.9%-
HSV(B)274.88º18.07%93.33%-
XYZ64.4660.4289.15-
YUV207.38145.28137-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 195 (76.56% from 255) = 29.86%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=33.69%
G=29.86%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201952380.080.1800.07274.8855.8484.9
HexDCC3EE812071133855
Octal33430335610220742370125
Binary11011100110000111110111010001001001111000100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3EE; }

 p { color: rgb(220,195,238); }

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

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

 a { background-color: rgb(220,195,238); }

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

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

 span { border-color: rgb(220,195,238); }

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