Html Css Color HEX #DDD5ED Fog

📋 copy color: '#DDD5ED'

red 221 ◦ green 213 ◦ blue 237

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

Shades of Fog #DDD5ED

Tints of Fog #DDD5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 32.94%
G = 31.74%
B = 35.32%

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

#DDD5ED (or 0xDDD5ED) is known color: Fog. HEX triplet: DD, D5 and ED. RGB value is (221,213,237). Sum of RGB (Red+Green+Blue) = 221+213+237=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5ED is #222A12. Grayscale: #DADADA. Windows color (decimal): -2238995 or 15586781. OLE color: 15586781.

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

Color convert

RGB 221 213 237 -
CMYK 0.07 0.10 0 0.07
HSL 260º 0.4% 0.88% -
HSV(B) 260º 0.1% 0.93% -
XYZ 68.9 69.08 89.82 -
YUV 218.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 221 213 237 0.07 0.10 0 0.07 260 0.4 0.88
Hex DD D5 ED 7 A 0 7 104 28 58
Octal 335 325 355 7 12 0 7 404 50 130
Binary 11011101 11010101 11101101 111 1010 0 111 100000100 101000 1011000

Color Harmonies of #DDD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5ED

Black with #DDD5ED

Text Example


Text Example

White with #DDD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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