Html Css Color HEX #DBDBE4 Quartz

📋 copy color: '#DBDBE4'

red 219 ◦ green 219 ◦ blue 228

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

Shades of Quartz #DBDBE4

Tints of Quartz #DBDBE4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.88%

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 32.88%
G = 32.88%
B = 34.23%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBDBE4 (or 0xDBDBE4) is known color: Quartz. HEX triplet: DB, DB and E4. RGB value is (219,219,228). Sum of RGB (Red+Green+Blue) = 219+219+228=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE4 is #24241B. Grayscale: #DBDBDB. Windows color (decimal): -2368540 or 14998491. OLE color: 14998491.

HSL color Cylindrical-coordinate representation of color #DBDBE4: hue angle of 240º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDBE4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 219 228 -
CMYK 0.04 0.04 0 0.11
HSL 240º 0.14% 0.88% -
HSV(B) 240º 0.04% 0.89% -
XYZ 68.55 71.32 83.55 -
YUV 220.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 219 219 228 0.04 0.04 0 0.11 240 0.14 0.88
Hex DB DB E4 4 4 0 B F0 E 58
Octal 333 333 344 4 4 0 13 360 16 130
Binary 11011011 11011011 11100100 100 100 0 1011 11110000 1110 1011000

Color Harmonies of #DBDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBE4

Black with #DBDBE4

Text Example


Text Example

White with #DBDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBE4; }

 p { color: rgb(219,219,228); }

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

background-color css

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

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

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

border-color css

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

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

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