Html Css Color HEX #DDD9EF Quartz

📋 copy color: '#DDD9EF'

red 221 ◦ green 217 ◦ blue 239

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

Shades of Quartz #DDD9EF

Tints of Quartz #DDD9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 32.64%
G = 32.05%
B = 35.3%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDD9EF (or 0xDDD9EF) is known color: Quartz. HEX triplet: DD, D9 and EF. RGB value is (221,217,239). Sum of RGB (Red+Green+Blue) = 221+217+239=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EF is #222610. Grayscale: #DCDCDC. Windows color (decimal): -2237969 or 15718877. OLE color: 15718877.

HSL color Cylindrical-coordinate representation of color #DDD9EF: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD9EF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 217 239 -
CMYK 0.08 0.09 0 0.06
HSL 250.91º 0.41% 0.89% -
HSV(B) 250.91º 0.09% 0.94% -
XYZ 70.21 71.23 91.71 -
YUV 220.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 221 217 239 0.08 0.09 0 0.06 250.91 0.41 0.89
Hex DD D9 EF 8 9 0 6 FB 29 59
Octal 335 331 357 10 11 0 6 373 51 131
Binary 11011101 11011001 11101111 1000 1001 0 110 11111011 101001 1011001

Color Harmonies of #DDD9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9EF

Black with #DDD9EF

Text Example


Text Example

White with #DDD9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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