#DDC5FD

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

Shades of Fog #DDC5FD

Tints of Fog #DDC5FD

Color information

#DDC5FD (or 0xDDC5FD) is unknown color: approx Fog. HEX triplet: DD, C5 and FD. RGB value is (221,197,253). Sum of RGB (Red+Green+Blue) = 221+197+253=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FD is #223A02. Grayscale: #D2D2D2. Windows color (decimal): -2243075 or 16631261. OLE color: 16631261.

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

Color convert

RGB221197253-
CMYK0.130.2200.01
HSL265.71º93.33%88.24%-
HSV(B)265.71º22.13%99.22%-
XYZ67.5162.4101.41-
YUV210.56151.95135.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 197 (77.34% from 255) = 29.36%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=32.94%
G=29.36%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211972530.130.2200.01265.7193.3388.24
HexDDC5FDD160110a5d58
Octal335305375152601412135130
Binary1101110111000101111111011101101100110000101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5FD; }

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

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

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

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

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

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

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

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