Html Css Color HEX #DDD9EE Quartz

📋 copy color: '#DDD9EE'

red 221 ◦ green 217 ◦ blue 238

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

Shades of Quartz #DDD9EE

Tints of Quartz #DDD9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.21%

R = 32.69%
G = 32.1%
B = 35.21%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD9EE (or 0xDDD9EE) is known color: Quartz. HEX triplet: DD, D9 and EE. RGB value is (221,217,238). Sum of RGB (Red+Green+Blue) = 221+217+238=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EE is #222611. Grayscale: #DCDCDC. Windows color (decimal): -2237970 or 15653341. OLE color: 15653341.

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

Color convert

RGB 221 217 238 -
CMYK 0.07 0.09 0 0.07
HSL 251.43º 0.38% 0.89% -
HSV(B) 251.43º 0.09% 0.93% -
XYZ 70.06 71.17 90.93 -
YUV 220.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 221 217 238 0.07 0.09 0 0.07 251.43 0.38 0.89
Hex DD D9 EE 7 9 0 7 FB 26 59
Octal 335 331 356 7 11 0 7 373 46 131
Binary 11011101 11011001 11101110 111 1001 0 111 11111011 100110 1011001

Color Harmonies of #DDD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9EE

Black with #DDD9EE

Text Example


Text Example

White with #DDD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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