#DDD1FB

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

Shades of Fog #DDD1FB

Tints of Fog #DDD1FB

Color information

#DDD1FB (or 0xDDD1FB) is unknown color: approx Fog. HEX triplet: DD, D1 and FB. RGB value is (221,209,251). Sum of RGB (Red+Green+Blue) = 221+209+251=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FB is #222E04. Grayscale: #D9D9D9. Windows color (decimal): -2240005 or 16503261. OLE color: 16503261.

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

Color convert

RGB221209251-
CMYK0.120.1700.02
HSL257.14º84%90.2%-
HSV(B)257.14º16.73%98.43%-
XYZ70.0367.94100.69-
YUV217.38146.98130.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=32.45%
G=30.69%
B=36.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212092510.120.1700.02257.148490.2
HexDDD1FBC1102101545a
Octal335321373142102401124132
Binary11011101110100011111101111001000101010000000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1FB; }

 p { color: rgb(221,209,251); }

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

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

 a { background-color: rgb(221,209,251); }

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

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

 span { border-color: rgb(221,209,251); }

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