Html Css Color HEX #DBDAFA Quartz

📋 copy color: '#DBDAFA'

red 219 ◦ green 218 ◦ blue 250

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

Shades of Quartz #DBDAFA

Tints of Quartz #DBDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 31.88%
G = 31.73%
B = 36.39%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBDAFA (or 0xDBDAFA) is known color: Quartz. HEX triplet: DB, DA and FA. RGB value is (219,218,250). Sum of RGB (Red+Green+Blue) = 219+218+250=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFA is #242505. Grayscale: #DDDDDD. Windows color (decimal): -2368774 or 16440027. OLE color: 16440027.

HSL color Cylindrical-coordinate representation of color #DBDAFA: hue angle of 241.88º degrees, saturation: 0.76, 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 #DBDAFA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 218 250 -
CMYK 0.12 0.13 0 0.02
HSL 241.88º 0.76% 0.92% -
HSV(B) 241.88º 0.13% 0.98% -
XYZ 71.54 72.11 100.59 -
YUV 221.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 219 218 250 0.12 0.13 0 0.02 241.88 0.76 0.92
Hex DB DA FA C D 0 2 F2 4C 5C
Octal 333 332 372 14 15 0 2 362 114 134
Binary 11011011 11011010 11111010 1100 1101 0 10 11110010 1001100 1011100

Color Harmonies of #DBDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAFA

Black with #DBDAFA

Text Example


Text Example

White with #DBDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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