Html Css Color HEX #DDD5E7 Fog

📋 copy color: '#DDD5E7'

red 221 ◦ green 213 ◦ blue 231

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

Shades of Fog #DDD5E7

Tints of Fog #DDD5E7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.03%

 BLUE value IS 231 (90.63% from 255) = 34.74%

R = 33.23%
G = 32.03%
B = 34.74%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDD5E7 (or 0xDDD5E7) is known color: Fog. HEX triplet: DD, D5 and E7. RGB value is (221,213,231). Sum of RGB (Red+Green+Blue) = 221+213+231=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5E7 is #222A18. Grayscale: #D9D9D9. Windows color (decimal): -2239001 or 15193565. OLE color: 15193565.

HSL color Cylindrical-coordinate representation of color #DDD5E7: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD5E7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 213 231 -
CMYK 0.04 0.08 0 0.09
HSL 266.67º 0.27% 0.87% -
HSV(B) 266.67º 0.08% 0.91% -
XYZ 68.04 68.73 85.28 -
YUV 217.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 221 213 231 0.04 0.08 0 0.09 266.67 0.27 0.87
Hex DD D5 E7 4 8 0 9 10B 1B 57
Octal 335 325 347 4 10 0 11 413 33 127
Binary 11011101 11010101 11100111 100 1000 0 1001 100001011 11011 1010111

Color Harmonies of #DDD5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5E7

Black with #DDD5E7

Text Example


Text Example

White with #DDD5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5E7; }

 p { color: rgb(221,213,231); }

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

background-color css

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

 a { background-color: rgb(221,213,231); }

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

border-color css

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

 span { border-color: rgb(221,213,231); }

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