Html Css Color HEX #DDD9FD Quartz

📋 copy color: '#DDD9FD'

red 221 ◦ green 217 ◦ blue 253

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

Shades of Quartz #DDD9FD

Tints of Quartz #DDD9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 31.98%
G = 31.4%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDD9FD (or 0xDDD9FD) is known color: Quartz. HEX triplet: DD, D9 and FD. RGB value is (221,217,253). Sum of RGB (Red+Green+Blue) = 221+217+253=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FD is #222602. Grayscale: #DEDEDE. Windows color (decimal): -2237955 or 16636381. OLE color: 16636381.

HSL color Cylindrical-coordinate representation of color #DDD9FD: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD9FD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 217 253 -
CMYK 0.13 0.14 0 0.01
HSL 246.67º 0.9% 0.92% -
HSV(B) 246.67º 0.14% 0.99% -
XYZ 72.36 72.09 103.03 -
YUV 222.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 221 217 253 0.13 0.14 0 0.01 246.67 0.9 0.92
Hex DD D9 FD D E 0 1 F7 5A 5C
Octal 335 331 375 15 16 0 1 367 132 134
Binary 11011101 11011001 11111101 1101 1110 0 1 11110111 1011010 1011100

Color Harmonies of #DDD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9FD

Black with #DDD9FD

Text Example


Text Example

White with #DDD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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