#DDC5FC

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

Shades of Fog #DDC5FC

Tints of Fog #DDC5FC

Color information

#DDC5FC (or 0xDDC5FC) is unknown color: approx Fog. HEX triplet: DD, C5 and FC. RGB value is (221,197,252). Sum of RGB (Red+Green+Blue) = 221+197+252=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FC is #223A03. Grayscale: #D2D2D2. Windows color (decimal): -2243076 or 16565725. OLE color: 16565725.

HSL color Cylindrical-coordinate representation of color #DDC5FC: hue angle of 266.18º degrees, saturation: 0.9, 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 #DDC5FC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221197252-
CMYK0.120.2200.01
HSL266.18º90.16%88.04%-
HSV(B)266.18º21.83%98.82%-
XYZ67.3662.33100.58-
YUV210.45151.45135.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=32.99%
G=29.40%
B=37.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211972520.120.2200.01266.1890.1688.04
HexDDC5FCC160110a5a58
Octal335305374142601412132130
Binary1101110111000101111111001100101100110000101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5FC; }

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

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

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

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

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

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

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

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