Html Css Color HEX #DBDDEB Quartz

📋 copy color: '#DBDDEB'

red 219 ◦ green 221 ◦ blue 235

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

Shades of Quartz #DBDDEB

Tints of Quartz #DBDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.74%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 32.44%
G = 32.74%
B = 34.81%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBDDEB (or 0xDBDDEB) is known color: Quartz. HEX triplet: DB, DD and EB. RGB value is (219,221,235). Sum of RGB (Red+Green+Blue) = 219+221+235=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDEB is #242214. Grayscale: #DDDDDD. Windows color (decimal): -2368021 or 15457755. OLE color: 15457755.

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

Color convert

RGB 219 221 235 -
CMYK 0.07 0.06 0 0.08
HSL 232.5º 0.29% 0.89% -
HSV(B) 232.5º 0.07% 0.92% -
XYZ 70.07 72.77 88.95 -
YUV 222 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 219 221 235 0.07 0.06 0 0.08 232.5 0.29 0.89
Hex DB DD EB 7 6 0 8 E8 1D 59
Octal 333 335 353 7 6 0 10 350 35 131
Binary 11011011 11011101 11101011 111 110 0 1000 11101000 11101 1011001

Color Harmonies of #DBDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDEB

Black with #DBDDEB

Text Example


Text Example

White with #DBDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDEB; }

 p { color: rgb(219,221,235); }

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

background-color css

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

 a { background-color: rgb(219,221,235); }

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

border-color css

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

 span { border-color: rgb(219,221,235); }

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