Html Css Color HEX #DBDAF7 Quartz

📋 copy color: '#DBDAF7'

red 219 ◦ green 218 ◦ blue 247

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

Shades of Quartz #DBDAF7

Tints of Quartz #DBDAF7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.87%

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

R = 32.02%
G = 31.87%
B = 36.11%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBDAF7 (or 0xDBDAF7) is known color: Quartz. HEX triplet: DB, DA and F7. RGB value is (219,218,247). Sum of RGB (Red+Green+Blue) = 219+218+247=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF7 is #242508. Grayscale: #DDDDDD. Windows color (decimal): -2368777 or 16243419. OLE color: 16243419.

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

Color convert

RGB 219 218 247 -
CMYK 0.11 0.12 0 0.03
HSL 242.07º 0.64% 0.91% -
HSV(B) 242.07º 0.12% 0.97% -
XYZ 71.07 71.92 98.13 -
YUV 221.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 219 218 247 0.11 0.12 0 0.03 242.07 0.64 0.91
Hex DB DA F7 B C 0 3 F2 40 5B
Octal 333 332 367 13 14 0 3 362 100 133
Binary 11011011 11011010 11110111 1011 1100 0 11 11110010 1000000 1011011

Color Harmonies of #DBDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAF7

Black with #DBDAF7

Text Example


Text Example

White with #DBDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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