Html Css Color HEX #DBDAF6 Quartz

📋 copy color: '#DBDAF6'

red 219 ◦ green 218 ◦ blue 246

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

Shades of Quartz #DBDAF6

Tints of Quartz #DBDAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 32.06%
G = 31.92%
B = 36.02%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBDAF6 (or 0xDBDAF6) is known color: Quartz. HEX triplet: DB, DA and F6. RGB value is (219,218,246). Sum of RGB (Red+Green+Blue) = 219+218+246=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF6 is #242509. Grayscale: #DDDDDD. Windows color (decimal): -2368778 or 16177883. OLE color: 16177883.

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

Color convert

RGB 219 218 246 -
CMYK 0.11 0.11 0 0.04
HSL 242.14º 0.61% 0.91% -
HSV(B) 242.14º 0.11% 0.96% -
XYZ 70.92 71.86 97.32 -
YUV 221.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 219 218 246 0.11 0.11 0 0.04 242.14 0.61 0.91
Hex DB DA F6 B B 0 4 F2 3D 5B
Octal 333 332 366 13 13 0 4 362 75 133
Binary 11011011 11011010 11110110 1011 1011 0 100 11110010 111101 1011011

Color Harmonies of #DBDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAF6

Black with #DBDAF6

Text Example


Text Example

White with #DBDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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