#DDD4F3

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

Shades of Fog #DDD4F3

Tints of Fog #DDD4F3

Color information

#DDD4F3 (or 0xDDD4F3) is unknown color: approx Fog. HEX triplet: DD, D4 and F3. RGB value is (221,212,243). Sum of RGB (Red+Green+Blue) = 221+212+243=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F3 is #222B0C. Grayscale: #DADADA. Windows color (decimal): -2239245 or 15979741. OLE color: 15979741.

HSL color Cylindrical-coordinate representation of color #DDD4F3: hue angle of 257.42º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD4F3 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221212243-
CMYK0.090.1300.05
HSL257.42º56.36%89.22%-
HSV(B)257.42º12.76%95.29%-
XYZ69.5468.9394.43-
YUV218.22141.98129.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 212 (83.20% from 255) = 31.36%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=32.69%
G=31.36%
B=35.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212122430.090.1300.05257.4256.3689.22
HexDDD4F39D051013859
Octal33532436311150540170131
Binary1101110111010100111100111001110101011000000011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4F3; }

 p { color: rgb(221,212,243); }

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

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

 a { background-color: rgb(221,212,243); }

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

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

 span { border-color: rgb(221,212,243); }

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