Html Css Color HEX #DDD7EC Fog

📋 copy color: '#DDD7EC'

red 221 ◦ green 215 ◦ blue 236

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

Shades of Fog #DDD7EC

Tints of Fog #DDD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.99%

 BLUE value IS 236 (92.58% from 255) = 35.12%

R = 32.89%
G = 31.99%
B = 35.12%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD7EC (or 0xDDD7EC) is known color: Fog. HEX triplet: DD, D7 and EC. RGB value is (221,215,236). Sum of RGB (Red+Green+Blue) = 221+215+236=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EC is #222813. Grayscale: #DBDBDB. Windows color (decimal): -2238484 or 15521757. OLE color: 15521757.

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

Color convert

RGB 221 215 236 -
CMYK 0.06 0.09 0 0.07
HSL 257.14º 0.36% 0.88% -
HSV(B) 257.14º 0.09% 0.93% -
XYZ 69.26 70.03 89.22 -
YUV 219.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 221 215 236 0.06 0.09 0 0.07 257.14 0.36 0.88
Hex DD D7 EC 6 9 0 7 101 24 58
Octal 335 327 354 6 11 0 7 401 44 130
Binary 11011101 11010111 11101100 110 1001 0 111 100000001 100100 1011000

Color Harmonies of #DDD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7EC

Black with #DDD7EC

Text Example


Text Example

White with #DDD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7EC; }

 p { color: rgb(221,215,236); }

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

background-color css

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

 a { background-color: rgb(221,215,236); }

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

border-color css

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

 span { border-color: rgb(221,215,236); }

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