Html Css Color HEX #DDD6FD Quartz

📋 copy color: '#DDD6FD'

red 221 ◦ green 214 ◦ blue 253

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

Shades of Quartz #DDD6FD

Tints of Quartz #DDD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.1%

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

R = 32.12%
G = 31.1%
B = 36.77%

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

#DDD6FD (or 0xDDD6FD) is known color: Quartz. HEX triplet: DD, D6 and FD. RGB value is (221,214,253). Sum of RGB (Red+Green+Blue) = 221+214+253=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FD is #222902. Grayscale: #DCDCDC. Windows color (decimal): -2238723 or 16635613. OLE color: 16635613.

HSL color Cylindrical-coordinate representation of color #DDD6FD: hue angle of 250.77º degrees, saturation: 0.91, 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 #DDD6FD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 214 253 -
CMYK 0.13 0.15 0 0.01
HSL 250.77º 0.91% 0.92% -
HSV(B) 250.77º 0.15% 0.99% -
XYZ 71.59 70.56 102.77 -
YUV 220.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 221 214 253 0.13 0.15 0 0.01 250.77 0.91 0.92
Hex DD D6 FD D F 0 1 FB 5B 5C
Octal 335 326 375 15 17 0 1 373 133 134
Binary 11011101 11010110 11111101 1101 1111 0 1 11111011 1011011 1011100

Color Harmonies of #DDD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6FD

Black with #DDD6FD

Text Example


Text Example

White with #DDD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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