Html Css Color HEX #DBD7E9 Quartz

📋 copy color: '#DBD7E9'

red 219 ◦ green 215 ◦ blue 233

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

Shades of Quartz #DBD7E9

Tints of Quartz #DBD7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.93%

R = 32.83%
G = 32.23%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBD7E9 (or 0xDBD7E9) is known color: Quartz. HEX triplet: DB, D7 and E9. RGB value is (219,215,233). Sum of RGB (Red+Green+Blue) = 219+215+233=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBD7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7E9 is #242816. Grayscale: #DADADA. Windows color (decimal): -2369559 or 15325147. OLE color: 15325147.

HSL color Cylindrical-coordinate representation of color #DBD7E9: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD7E9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 215 233 -
CMYK 0.06 0.08 0 0.09
HSL 253.33º 0.29% 0.88% -
HSV(B) 253.33º 0.08% 0.91% -
XYZ 68.22 69.54 86.92 -
YUV 218.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 219 215 233 0.06 0.08 0 0.09 253.33 0.29 0.88
Hex DB D7 E9 6 8 0 9 FD 1D 58
Octal 333 327 351 6 10 0 11 375 35 130
Binary 11011011 11010111 11101001 110 1000 0 1001 11111101 11101 1011000

Color Harmonies of #DBD7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7E9

Black with #DBD7E9

Text Example


Text Example

White with #DBD7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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