Html Css Color HEX #DBD8E8 Quartz

📋 copy color: '#DBD8E8'

red 219 ◦ green 216 ◦ blue 232

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

Shades of Quartz #DBD8E8

Tints of Quartz #DBD8E8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.38%

 BLUE value IS 232 (91.02% from 255) = 34.78%

R = 32.83%
G = 32.38%
B = 34.78%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBD8E8 (or 0xDBD8E8) is known color: Quartz. HEX triplet: DB, D8 and E8. RGB value is (219,216,232). Sum of RGB (Red+Green+Blue) = 219+216+232=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8E8 is #242717. Grayscale: #DADADA. Windows color (decimal): -2369304 or 15259867. OLE color: 15259867.

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

Color convert

RGB 219 216 232 -
CMYK 0.06 0.07 0 0.09
HSL 251.25º 0.26% 0.88% -
HSV(B) 251.25º 0.07% 0.91% -
XYZ 68.33 70 86.25 -
YUV 218.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 219 216 232 0.06 0.07 0 0.09 251.25 0.26 0.88
Hex DB D8 E8 6 7 0 9 FB 1A 58
Octal 333 330 350 6 7 0 11 373 32 130
Binary 11011011 11011000 11101000 110 111 0 1001 11111011 11010 1011000

Color Harmonies of #DBD8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD8E8

Black with #DBD8E8

Text Example


Text Example

White with #DBD8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD8E8; }

 p { color: rgb(219,216,232); }

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

background-color css

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

 a { background-color: rgb(219,216,232); }

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

border-color css

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

 span { border-color: rgb(219,216,232); }

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