Html Css Color HEX #DBDCE6 Quartz

📋 copy color: '#DBDCE6'

red 219 ◦ green 220 ◦ blue 230

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

Shades of Quartz #DBDCE6

Tints of Quartz #DBDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.88%

 BLUE value IS 230 (90.23% from 255) = 34.38%

R = 32.74%
G = 32.88%
B = 34.38%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDCE6 (or 0xDBDCE6) is known color: Quartz. HEX triplet: DB, DC and E6. RGB value is (219,220,230). Sum of RGB (Red+Green+Blue) = 219+220+230=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE6 is #242319. Grayscale: #DCDCDC. Windows color (decimal): -2368282 or 15129819. OLE color: 15129819.

HSL color Cylindrical-coordinate representation of color #DBDCE6: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDCE6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 220 230 -
CMYK 0.05 0.04 0 0.10
HSL 234.55º 0.18% 0.88% -
HSV(B) 234.55º 0.05% 0.9% -
XYZ 69.09 71.96 85.11 -
YUV 220.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 219 220 230 0.05 0.04 0 0.10 234.55 0.18 0.88
Hex DB DC E6 5 4 0 A EB 12 58
Octal 333 334 346 5 4 0 12 353 22 130
Binary 11011011 11011100 11100110 101 100 0 1010 11101011 10010 1011000

Color Harmonies of #DBDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCE6

Black with #DBDCE6

Text Example


Text Example

White with #DBDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCE6; }

 p { color: rgb(219,220,230); }

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

background-color css

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

 a { background-color: rgb(219,220,230); }

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

border-color css

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

 span { border-color: rgb(219,220,230); }

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