Html Css Color HEX #DBD7ED Quartz

📋 copy color: '#DBD7ED'

red 219 ◦ green 215 ◦ blue 237

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

Shades of Quartz #DBD7ED

Tints of Quartz #DBD7ED

RGB

 RED value IS 219 (85.94% from 255) = 32.64%

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 32.64%
G = 32.04%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBD7ED (or 0xDBD7ED) is known color: Quartz. HEX triplet: DB, D7 and ED. RGB value is (219,215,237). Sum of RGB (Red+Green+Blue) = 219+215+237=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7ED is #242812. Grayscale: #DADADA. Windows color (decimal): -2369555 or 15587291. OLE color: 15587291.

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

Color convert

RGB 219 215 237 -
CMYK 0.08 0.09 0 0.07
HSL 250.91º 0.38% 0.89% -
HSV(B) 250.91º 0.09% 0.93% -
XYZ 68.8 69.78 89.96 -
YUV 218.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 219 215 237 0.08 0.09 0 0.07 250.91 0.38 0.89
Hex DB D7 ED 8 9 0 7 FB 26 59
Octal 333 327 355 10 11 0 7 373 46 131
Binary 11011011 11010111 11101101 1000 1001 0 111 11111011 100110 1011001

Color Harmonies of #DBD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7ED

Black with #DBD7ED

Text Example


Text Example

White with #DBD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7ED; }

 p { color: rgb(219,215,237); }

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

background-color css

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

 a { background-color: rgb(219,215,237); }

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

border-color css

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

 span { border-color: rgb(219,215,237); }

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