Html Css Color HEX #DDD9FF Quartz

📋 copy color: '#DDD9FF'

red 221 ◦ green 217 ◦ blue 255

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

Shades of Quartz #DDD9FF

Tints of Quartz #DDD9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.8%

R = 31.89%
G = 31.31%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDD9FF (or 0xDDD9FF) is known color: Quartz. HEX triplet: DD, D9 and FF. RGB value is (221,217,255). Sum of RGB (Red+Green+Blue) = 221+217+255=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FF is #222600. Grayscale: #DEDEDE. Windows color (decimal): -2237953 or 16767453. OLE color: 16767453.

HSL color Cylindrical-coordinate representation of color #DDD9FF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD9FF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 217 255 -
CMYK 0.13 0.15 0 0
HSL 246.32º 1% 0.93% -
HSV(B) 246.32º 0.15% 1% -
XYZ 72.68 72.22 104.72 -
YUV 222.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 221 217 255 0.13 0.15 0 0 246.32 1 0.93
Hex DD D9 FF D F 0 0 F6 64 5D
Octal 335 331 377 15 17 0 0 366 144 135
Binary 11011101 11011001 11111111 1101 1111 0 0 11110110 1100100 1011101

Color Harmonies of #DDD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9FF

Black with #DDD9FF

Text Example


Text Example

White with #DDD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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