#DCC9FD

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

Shades of Fog #DCC9FD

Tints of Fog #DCC9FD

Color information

#DCC9FD (or 0xDCC9FD) is unknown color: approx Fog. HEX triplet: DC, C9 and FD. RGB value is (220,201,253). Sum of RGB (Red+Green+Blue) = 220+201+253=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9FD is #233602. Grayscale: #D4D4D4. Windows color (decimal): -2307587 or 16632284. OLE color: 16632284.

HSL color Cylindrical-coordinate representation of color #DCC9FD: hue angle of 261.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC9FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220201253-
CMYK0.130.2100.01
HSL261.92º92.86%89.02%-
HSV(B)261.92º20.55%99.22%-
XYZ68.1364.08101.71-
YUV212.61150.79133.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 201 (78.91% from 255) = 29.82%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=32.64%
G=29.82%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202012530.130.2100.01261.9292.8689.02
HexDCC9FDD15011065d59
Octal334311375152501406135131
Binary1101110011001001111111011101101010110000011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9FD; }

 p { color: rgb(220,201,253); }

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

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

 a { background-color: rgb(220,201,253); }

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

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

 span { border-color: rgb(220,201,253); }

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