#DCC3FE

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

Shades of Fog #DCC3FE

Tints of Fog #DCC3FE

Color information

#DCC3FE (or 0xDCC3FE) is unknown color: approx Fog. HEX triplet: DC, C3 and FE. RGB value is (220,195,254). Sum of RGB (Red+Green+Blue) = 220+195+254=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3FE is #233C01. Grayscale: #D0D0D0. Windows color (decimal): -2309122 or 16696284. OLE color: 16696284.

HSL color Cylindrical-coordinate representation of color #DCC3FE: hue angle of 265.42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC3FE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220195254-
CMYK0.130.2300.00
HSL265.42º96.72%88.04%-
HSV(B)265.42º23.23%99.61%-
XYZ66.9261.4102.09-
YUV209.2153.28135.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 195 (76.56% from 255) = 29.15%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=32.88%
G=29.15%
B=37.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201952540.130.2300.00265.4296.7288.04
HexDCC3FED17001096158
Octal334303376152700411141130
Binary1101110011000011111111101101101110010000100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3FE; }

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

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

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

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

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

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

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

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