Html Css Color HEX #DDD5EC Fog

📋 copy color: '#DDD5EC'

red 221 ◦ green 213 ◦ blue 236

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

Shades of Fog #DDD5EC

Tints of Fog #DDD5EC

RGB

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

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

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

R = 32.99%
G = 31.79%
B = 35.22%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD5EC (or 0xDDD5EC) is known color: Fog. HEX triplet: DD, D5 and EC. RGB value is (221,213,236). Sum of RGB (Red+Green+Blue) = 221+213+236=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EC is #222A13. Grayscale: #D9D9D9. Windows color (decimal): -2238996 or 15521245. OLE color: 15521245.

HSL color Cylindrical-coordinate representation of color #DDD5EC: hue angle of 260.87º degrees, saturation: 0.38, 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 #DDD5EC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 213 236 -
CMYK 0.06 0.10 0 0.07
HSL 260.87º 0.38% 0.88% -
HSV(B) 260.87º 0.1% 0.93% -
XYZ 68.75 69.02 89.05 -
YUV 218.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 221 213 236 0.06 0.10 0 0.07 260.87 0.38 0.88
Hex DD D5 EC 6 A 0 7 105 26 58
Octal 335 325 354 6 12 0 7 405 46 130
Binary 11011101 11010101 11101100 110 1010 0 111 100000101 100110 1011000

Color Harmonies of #DDD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5EC

Black with #DDD5EC

Text Example


Text Example

White with #DDD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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