Html Css Color HEX #DBDEFB Quartz

📋 copy color: '#DBDEFB'

red 219 ◦ green 222 ◦ blue 251

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

Shades of Quartz #DBDEFB

Tints of Quartz #DBDEFB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

 BLUE value IS 251 (98.44% from 255) = 36.27%

R = 31.65%
G = 32.08%
B = 36.27%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBDEFB (or 0xDBDEFB) is known color: Quartz. HEX triplet: DB, DE and FB. RGB value is (219,222,251). Sum of RGB (Red+Green+Blue) = 219+222+251=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEFB is #242104. Grayscale: #E0E0E0. Windows color (decimal): -2367749 or 16506587. OLE color: 16506587.

HSL color Cylindrical-coordinate representation of color #DBDEFB: hue angle of 234.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDEFB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 222 251 -
CMYK 0.13 0.12 0 0.02
HSL 234.38º 0.8% 0.92% -
HSV(B) 234.38º 0.13% 0.98% -
XYZ 72.75 74.27 101.77 -
YUV 224.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 219 222 251 0.13 0.12 0 0.02 234.38 0.8 0.92
Hex DB DE FB D C 0 2 EA 50 5C
Octal 333 336 373 15 14 0 2 352 120 134
Binary 11011011 11011110 11111011 1101 1100 0 10 11101010 1010000 1011100

Color Harmonies of #DBDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEFB

Black with #DBDEFB

Text Example


Text Example

White with #DBDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEFB; }

 p { color: rgb(219,222,251); }

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

background-color css

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

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

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

border-color css

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

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

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