#DDC6FA

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

Shades of Fog #DDC6FA

Tints of Fog #DDC6FA

Color information

#DDC6FA (or 0xDDC6FA) is unknown color: approx Fog. HEX triplet: DD, C6 and FA. RGB value is (221,198,250). Sum of RGB (Red+Green+Blue) = 221+198+250=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6FA is #223905. Grayscale: #D2D2D2. Windows color (decimal): -2242822 or 16434909. OLE color: 16434909.

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

Color convert

RGB221198250-
CMYK0.120.2100.02
HSL266.54º83.87%87.84%-
HSV(B)266.54º20.8%98.04%-
XYZ67.2762.6698.99-
YUV210.8150.12135.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=33.03%
G=29.60%
B=37.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211982500.120.2100.02266.5483.8787.84
HexDDC6FAC150210b5458
Octal335306372142502413124130
Binary11011101110001101111101011001010101010000101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6FA; }

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

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

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

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

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

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

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

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