#DDC4FD

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

Shades of Fog #DDC4FD

Tints of Fog #DDC4FD

Color information

#DDC4FD (or 0xDDC4FD) is unknown color: approx Fog. HEX triplet: DD, C4 and FD. RGB value is (221,196,253). Sum of RGB (Red+Green+Blue) = 221+196+253=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4FD is #223B02. Grayscale: #D1D1D1. Windows color (decimal): -2243331 or 16631005. OLE color: 16631005.

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

Color convert

RGB221196253-
CMYK0.130.2300.01
HSL266.32º93.44%88.04%-
HSV(B)266.32º22.53%99.22%-
XYZ67.2961.94101.34-
YUV209.97152.28135.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 196 (76.95% from 255) = 29.25%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=32.99%
G=29.25%
B=37.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211962530.130.2300.01266.3293.4488.04
HexDDC4FDD170110a5d58
Octal335304375152701412135130
Binary1101110111000100111111011101101110110000101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4FD; }

 p { color: rgb(221,196,253); }

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

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

 a { background-color: rgb(221,196,253); }

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

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

 span { border-color: rgb(221,196,253); }

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