Html Css Color HEX #DDD9EA Quartz

📋 copy color: '#DDD9EA'

red 221 ◦ green 217 ◦ blue 234

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

Shades of Quartz #DDD9EA

Tints of Quartz #DDD9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 32.89%
G = 32.29%
B = 34.82%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDD9EA (or 0xDDD9EA) is known color: Quartz. HEX triplet: DD, D9 and EA. RGB value is (221,217,234). Sum of RGB (Red+Green+Blue) = 221+217+234=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EA is #222615. Grayscale: #DCDCDC. Windows color (decimal): -2237974 or 15391197. OLE color: 15391197.

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

Color convert

RGB 221 217 234 -
CMYK 0.06 0.07 0 0.08
HSL 254.12º 0.29% 0.88% -
HSV(B) 254.12º 0.07% 0.92% -
XYZ 69.48 70.94 87.87 -
YUV 220.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 221 217 234 0.06 0.07 0 0.08 254.12 0.29 0.88
Hex DD D9 EA 6 7 0 8 FE 1D 58
Octal 335 331 352 6 7 0 10 376 35 130
Binary 11011101 11011001 11101010 110 111 0 1000 11111110 11101 1011000

Color Harmonies of #DDD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9EA

Black with #DDD9EA

Text Example


Text Example

White with #DDD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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