Html Css Color HEX #DBD5FA Quartz

📋 copy color: '#DBD5FA'

red 219 ◦ green 213 ◦ blue 250

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

Shades of Quartz #DBD5FA

Tints of Quartz #DBD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.23%

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

R = 32.11%
G = 31.23%
B = 36.66%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBD5FA (or 0xDBD5FA) is known color: Quartz. HEX triplet: DB, D5 and FA. RGB value is (219,213,250). Sum of RGB (Red+Green+Blue) = 219+213+250=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FA is #242A05. Grayscale: #DADADA. Windows color (decimal): -2370054 or 16438747. OLE color: 16438747.

HSL color Cylindrical-coordinate representation of color #DBD5FA: hue angle of 249.73º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD5FA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 213 250 -
CMYK 0.12 0.15 0 0.02
HSL 249.73º 0.79% 0.91% -
HSV(B) 249.73º 0.15% 0.98% -
XYZ 70.26 69.55 100.16 -
YUV 219.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 219 213 250 0.12 0.15 0 0.02 249.73 0.79 0.91
Hex DB D5 FA C F 0 2 FA 4F 5B
Octal 333 325 372 14 17 0 2 372 117 133
Binary 11011011 11010101 11111010 1100 1111 0 10 11111010 1001111 1011011

Color Harmonies of #DBD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5FA

Black with #DBD5FA

Text Example


Text Example

White with #DBD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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