Html Css Color HEX #DDD6EE Fog

📋 copy color: '#DDD6EE'

red 221 ◦ green 214 ◦ blue 238

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

Shades of Fog #DDD6EE

Tints of Fog #DDD6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.8%

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

R = 32.84%
G = 31.8%
B = 35.36%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD6EE (or 0xDDD6EE) is known color: Fog. HEX triplet: DD, D6 and EE. RGB value is (221,214,238). Sum of RGB (Red+Green+Blue) = 221+214+238=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EE is #222911. Grayscale: #DADADA. Windows color (decimal): -2238738 or 15652573. OLE color: 15652573.

HSL color Cylindrical-coordinate representation of color #DDD6EE: hue angle of 257.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6EE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 214 238 -
CMYK 0.07 0.10 0 0.07
HSL 257.5º 0.41% 0.89% -
HSV(B) 257.5º 0.1% 0.93% -
XYZ 69.3 69.64 90.68 -
YUV 218.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 221 214 238 0.07 0.10 0 0.07 257.5 0.41 0.89
Hex DD D6 EE 7 A 0 7 102 29 59
Octal 335 326 356 7 12 0 7 402 51 131
Binary 11011101 11010110 11101110 111 1010 0 111 100000010 101001 1011001

Color Harmonies of #DDD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6EE

Black with #DDD6EE

Text Example


Text Example

White with #DDD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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