Html Css Color HEX #DDD3EE Fog

📋 copy color: '#DDD3EE'

red 221 ◦ green 211 ◦ blue 238

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

Shades of Fog #DDD3EE

Tints of Fog #DDD3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

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

R = 32.99%
G = 31.49%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD3EE (or 0xDDD3EE) is known color: Fog. HEX triplet: DD, D3 and EE. RGB value is (221,211,238). Sum of RGB (Red+Green+Blue) = 221+211+238=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EE is #222C11. Grayscale: #D8D8D8. Windows color (decimal): -2239506 or 15651805. OLE color: 15651805.

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

Color convert

RGB 221 211 238 -
CMYK 0.07 0.11 0 0.07
HSL 262.22º 0.44% 0.88% -
HSV(B) 262.22º 0.11% 0.93% -
XYZ 68.55 68.13 90.43 -
YUV 217.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 221 211 238 0.07 0.11 0 0.07 262.22 0.44 0.88
Hex DD D3 EE 7 B 0 7 106 2C 58
Octal 335 323 356 7 13 0 7 406 54 130
Binary 11011101 11010011 11101110 111 1011 0 111 100000110 101100 1011000

Color Harmonies of #DDD3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3EE

Black with #DDD3EE

Text Example


Text Example

White with #DDD3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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