Html Css Color HEX #DBDFF7 Quartz

📋 copy color: '#DBDFF7'

red 219 ◦ green 223 ◦ blue 247

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

Shades of Quartz #DBDFF7

Tints of Quartz #DBDFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.37%

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

R = 31.79%
G = 32.37%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBDFF7 (or 0xDBDFF7) is known color: Quartz. HEX triplet: DB, DF and F7. RGB value is (219,223,247). Sum of RGB (Red+Green+Blue) = 219+223+247=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF7 is #242008. Grayscale: #E0E0E0. Windows color (decimal): -2367497 or 16244699. OLE color: 16244699.

HSL color Cylindrical-coordinate representation of color #DBDFF7: hue angle of 231.43º 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 #DBDFF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 223 247 -
CMYK 0.11 0.10 0 0.03
HSL 231.43º 0.64% 0.91% -
HSV(B) 231.43º 0.11% 0.97% -
XYZ 72.39 74.55 98.57 -
YUV 224.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 219 223 247 0.11 0.10 0 0.03 231.43 0.64 0.91
Hex DB DF F7 B A 0 3 E7 40 5B
Octal 333 337 367 13 12 0 3 347 100 133
Binary 11011011 11011111 11110111 1011 1010 0 11 11100111 1000000 1011011

Color Harmonies of #DBDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFF7

Black with #DBDFF7

Text Example


Text Example

White with #DBDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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