Html Css Color HEX #DDD5EB Fog

📋 copy color: '#DDD5EB'

red 221 ◦ green 213 ◦ blue 235

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

Shades of Fog #DDD5EB

Tints of Fog #DDD5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.13%

R = 33.03%
G = 31.84%
B = 35.13%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDD5EB (or 0xDDD5EB) is known color: Fog. HEX triplet: DD, D5 and EB. RGB value is (221,213,235). Sum of RGB (Red+Green+Blue) = 221+213+235=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EB is #222A14. Grayscale: #D9D9D9. Windows color (decimal): -2238997 or 15455709. OLE color: 15455709.

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

Color convert

RGB 221 213 235 -
CMYK 0.06 0.09 0 0.08
HSL 261.82º 0.35% 0.88% -
HSV(B) 261.82º 0.09% 0.92% -
XYZ 68.61 68.96 88.29 -
YUV 217.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 221 213 235 0.06 0.09 0 0.08 261.82 0.35 0.88
Hex DD D5 EB 6 9 0 8 106 23 58
Octal 335 325 353 6 11 0 10 406 43 130
Binary 11011101 11010101 11101011 110 1001 0 1000 100000110 100011 1011000

Color Harmonies of #DDD5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5EB

Black with #DDD5EB

Text Example


Text Example

White with #DDD5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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