#DDC3FA

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

Shades of Fog #DDC3FA

Tints of Fog #DDC3FA

Color information

#DDC3FA (or 0xDDC3FA) is unknown color: approx Fog. HEX triplet: DD, C3 and FA. RGB value is (221,195,250). Sum of RGB (Red+Green+Blue) = 221+195+250=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FA is #223C05. Grayscale: #D0D0D0. Windows color (decimal): -2243590 or 16434141. OLE color: 16434141.

HSL color Cylindrical-coordinate representation of color #DDC3FA: hue angle of 268.36º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC3FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221195250-
CMYK0.120.2200.02
HSL268.36º84.62%87.25%-
HSV(B)268.36º22%98.04%-
XYZ66.5961.398.77-
YUV209.04151.11136.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=33.18%
G=29.28%
B=37.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211952500.120.2200.02268.3684.6287.25
HexDDC3FAC160210c5557
Octal335303372142602414125127
Binary11011101110000111111101011001011001010000110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3FA; }

 p { color: rgb(221,195,250); }

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

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

 a { background-color: rgb(221,195,250); }

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

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

 span { border-color: rgb(221,195,250); }

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