Html Css Color HEX #DDD7FD Quartz

📋 copy color: '#DDD7FD'

red 221 ◦ green 215 ◦ blue 253

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

Shades of Quartz #DDD7FD

Tints of Quartz #DDD7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.2%

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

R = 32.08%
G = 31.2%
B = 36.72%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDD7FD (or 0xDDD7FD) is known color: Quartz. HEX triplet: DD, D7 and FD. RGB value is (221,215,253). Sum of RGB (Red+Green+Blue) = 221+215+253=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FD is #222802. Grayscale: #DCDCDC. Windows color (decimal): -2238467 or 16635869. OLE color: 16635869.

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

Color convert

RGB 221 215 253 -
CMYK 0.13 0.15 0 0.01
HSL 249.47º 0.9% 0.92% -
HSV(B) 249.47º 0.15% 0.99% -
XYZ 71.85 71.06 102.86 -
YUV 221.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 221 215 253 0.13 0.15 0 0.01 249.47 0.9 0.92
Hex DD D7 FD D F 0 1 F9 5A 5C
Octal 335 327 375 15 17 0 1 371 132 134
Binary 11011101 11010111 11111101 1101 1111 0 1 11111001 1011010 1011100

Color Harmonies of #DDD7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7FD

Black with #DDD7FD

Text Example


Text Example

White with #DDD7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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