Html Css Color HEX #DDD1EE Fog

📋 copy color: '#DDD1EE'

red 221 ◦ green 209 ◦ blue 238

#DDD1EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #DDD1EE

Tints of Fog #DDD1EE

RGB

 RED value IS 221 (86.72% from 255) = 33.08%

 GREEN value IS 209 (82.03% from 255) = 31.29%

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 33.08%
G = 31.29%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD1EE (or 0xDDD1EE) is known color: Fog. HEX triplet: DD, D1 and EE. RGB value is (221,209,238). Sum of RGB (Red+Green+Blue) = 221+209+238=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EE is #222E11. Grayscale: #D7D7D7. Windows color (decimal): -2240018 or 15651293. OLE color: 15651293.

HSL color Cylindrical-coordinate representation of color #DDD1EE: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD1EE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 209 238 -
CMYK 0.07 0.12 0 0.07
HSL 264.83º 0.46% 0.88% -
HSV(B) 264.83º 0.12% 0.93% -
XYZ 68.05 67.15 90.26 -
YUV 215.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 221 209 238 0.07 0.12 0 0.07 264.83 0.46 0.88
Hex DD D1 EE 7 C 0 7 109 2E 58
Octal 335 321 356 7 14 0 7 411 56 130
Binary 11011101 11010001 11101110 111 1100 0 111 100001001 101110 1011000

Color Harmonies of #DDD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1EE

Black with #DDD1EE

Text Example


Text Example

White with #DDD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1EE; }

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

 H1.HeaderClassName
 {
   color: #DDD1EE;
 }
 .AnyTagClassName
 {
   color: #DDD1EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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