Html Css Color HEX #DDDDE5 Quartz

📋 copy color: '#DDDDE5'

red 221 ◦ green 221 ◦ blue 229

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

Shades of Quartz #DDDDE5

Tints of Quartz #DDDDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 32.94%
G = 32.94%
B = 34.13%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDDDE5 (or 0xDDDDE5) is known color: Quartz. HEX triplet: DD, DD and E5. RGB value is (221,221,229). Sum of RGB (Red+Green+Blue) = 221+221+229=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE5 is #22221A. Grayscale: #DDDDDD. Windows color (decimal): -2236955 or 15064541. OLE color: 15064541.

HSL color Cylindrical-coordinate representation of color #DDDDE5: hue angle of 240º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDDE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 221 229 -
CMYK 0.03 0.03 0 0.10
HSL 240º 0.13% 0.88% -
HSV(B) 240º 0.03% 0.9% -
XYZ 69.82 72.74 84.49 -
YUV 221.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 221 221 229 0.03 0.03 0 0.10 240 0.13 0.88
Hex DD DD E5 3 3 0 A F0 D 58
Octal 335 335 345 3 3 0 12 360 15 130
Binary 11011101 11011101 11100101 11 11 0 1010 11110000 1101 1011000

Color Harmonies of #DDDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDE5

Black with #DDDDE5

Text Example


Text Example

White with #DDDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDE5; }

 p { color: rgb(221,221,229); }

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

background-color css

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

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

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

border-color css

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

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

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