Html Css Color HEX #DBDBEA Quartz

📋 copy color: '#DBDBEA'

red 219 ◦ green 219 ◦ blue 234

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

Shades of Quartz #DBDBEA

Tints of Quartz #DBDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 32.59%
G = 32.59%
B = 34.82%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBDBEA (or 0xDBDBEA) is known color: Quartz. HEX triplet: DB, DB and EA. RGB value is (219,219,234). Sum of RGB (Red+Green+Blue) = 219+219+234=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEA is #242415. Grayscale: #DCDCDC. Windows color (decimal): -2368534 or 15391707. OLE color: 15391707.

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

Color convert

RGB 219 219 234 -
CMYK 0.06 0.06 0 0.08
HSL 240º 0.26% 0.89% -
HSV(B) 240º 0.06% 0.92% -
XYZ 69.4 71.66 88.02 -
YUV 220.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 219 219 234 0.06 0.06 0 0.08 240 0.26 0.89
Hex DB DB EA 6 6 0 8 F0 1A 59
Octal 333 333 352 6 6 0 10 360 32 131
Binary 11011011 11011011 11101010 110 110 0 1000 11110000 11010 1011001

Color Harmonies of #DBDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBEA

Black with #DBDBEA

Text Example


Text Example

White with #DBDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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