Html Css Color HEX #DBDBF7 Quartz

📋 copy color: '#DBDBF7'

red 219 ◦ green 219 ◦ blue 247

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

Shades of Quartz #DBDBF7

Tints of Quartz #DBDBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.06%

R = 31.97%
G = 31.97%
B = 36.06%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBDBF7 (or 0xDBDBF7) is known color: Quartz. HEX triplet: DB, DB and F7. RGB value is (219,219,247). Sum of RGB (Red+Green+Blue) = 219+219+247=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF7 is #242408. Grayscale: #DEDEDE. Windows color (decimal): -2368521 or 16243675. OLE color: 16243675.

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

Color convert

RGB 219 219 247 -
CMYK 0.11 0.11 0 0.03
HSL 240º 0.64% 0.91% -
HSV(B) 240º 0.11% 0.97% -
XYZ 71.33 72.44 98.22 -
YUV 222.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 219 219 247 0.11 0.11 0 0.03 240 0.64 0.91
Hex DB DB F7 B B 0 3 F0 40 5B
Octal 333 333 367 13 13 0 3 360 100 133
Binary 11011011 11011011 11110111 1011 1011 0 11 11110000 1000000 1011011

Color Harmonies of #DBDBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBF7

Black with #DBDBF7

Text Example


Text Example

White with #DBDBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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