Html Css Color HEX #DDD9ED Quartz

📋 copy color: '#DDD9ED'

red 221 ◦ green 217 ◦ blue 237

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

Shades of Quartz #DDD9ED

Tints of Quartz #DDD9ED

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.15%

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

R = 32.74%
G = 32.15%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD9ED (or 0xDDD9ED) is known color: Quartz. HEX triplet: DD, D9 and ED. RGB value is (221,217,237). Sum of RGB (Red+Green+Blue) = 221+217+237=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9ED is #222612. Grayscale: #DCDCDC. Windows color (decimal): -2237971 or 15587805. OLE color: 15587805.

HSL color Cylindrical-coordinate representation of color #DDD9ED: hue angle of 252º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD9ED is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 217 237 -
CMYK 0.07 0.08 0 0.07
HSL 252º 0.36% 0.89% -
HSV(B) 252º 0.08% 0.93% -
XYZ 69.92 71.11 90.16 -
YUV 220.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 221 217 237 0.07 0.08 0 0.07 252 0.36 0.89
Hex DD D9 ED 7 8 0 7 FC 24 59
Octal 335 331 355 7 10 0 7 374 44 131
Binary 11011101 11011001 11101101 111 1000 0 111 11111100 100100 1011001

Color Harmonies of #DDD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9ED

Black with #DDD9ED

Text Example


Text Example

White with #DDD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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