#DDC3FC

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

Shades of Fog #DDC3FC

Tints of Fog #DDC3FC

Color information

#DDC3FC (or 0xDDC3FC) is unknown color: approx Fog. HEX triplet: DD, C3 and FC. RGB value is (221,195,252). Sum of RGB (Red+Green+Blue) = 221+195+252=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FC is #223C03. Grayscale: #D1D1D1. Windows color (decimal): -2243588 or 16565213. OLE color: 16565213.

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

Color convert

RGB221195252-
CMYK0.120.2300.01
HSL267.37º90.48%87.65%-
HSV(B)267.37º22.62%98.82%-
XYZ66.961.43100.43-
YUV209.27152.11136.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 195 (76.56% from 255) = 29.19%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=33.08%
G=29.19%
B=37.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211952520.120.2300.01267.3790.4887.65
HexDDC3FCC170110b5a58
Octal335303374142701413132130
Binary1101110111000011111111001100101110110000101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3FC; }

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

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

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

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

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

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

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

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