Html Css Color HEX #DBD6ED Quartz

📋 copy color: '#DBD6ED'

red 219 ◦ green 214 ◦ blue 237

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

Shades of Quartz #DBD6ED

Tints of Quartz #DBD6ED

RGB

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

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

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

R = 32.69%
G = 31.94%
B = 35.37%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBD6ED (or 0xDBD6ED) is known color: Quartz. HEX triplet: DB, D6 and ED. RGB value is (219,214,237). Sum of RGB (Red+Green+Blue) = 219+214+237=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6ED is #242912. Grayscale: #DADADA. Windows color (decimal): -2369811 or 15587035. OLE color: 15587035.

HSL color Cylindrical-coordinate representation of color #DBD6ED: hue angle of 253.04º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD6ED is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 214 237 -
CMYK 0.08 0.10 0 0.07
HSL 253.04º 0.39% 0.88% -
HSV(B) 253.04º 0.1% 0.93% -
XYZ 68.55 69.27 89.88 -
YUV 218.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 219 214 237 0.08 0.10 0 0.07 253.04 0.39 0.88
Hex DB D6 ED 8 A 0 7 FD 27 58
Octal 333 326 355 10 12 0 7 375 47 130
Binary 11011011 11010110 11101101 1000 1010 0 111 11111101 100111 1011000

Color Harmonies of #DBD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6ED

Black with #DBD6ED

Text Example


Text Example

White with #DBD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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