Html Css Color HEX #DBD4FA Quartz

📋 copy color: '#DBD4FA'

red 219 ◦ green 212 ◦ blue 250

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

Shades of Quartz #DBD4FA

Tints of Quartz #DBD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.13%

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

R = 32.16%
G = 31.13%
B = 36.71%

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

#DBD4FA (or 0xDBD4FA) is known color: Quartz. HEX triplet: DB, D4 and FA. RGB value is (219,212,250). Sum of RGB (Red+Green+Blue) = 219+212+250=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4FA is #242B05. Grayscale: #DADADA. Windows color (decimal): -2370310 or 16438491. OLE color: 16438491.

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

Color convert

RGB 219 212 250 -
CMYK 0.12 0.15 0 0.02
HSL 251.05º 0.79% 0.91% -
HSV(B) 251.05º 0.15% 0.98% -
XYZ 70.01 69.05 100.08 -
YUV 218.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 219 212 250 0.12 0.15 0 0.02 251.05 0.79 0.91
Hex DB D4 FA C F 0 2 FB 4F 5B
Octal 333 324 372 14 17 0 2 373 117 133
Binary 11011011 11010100 11111010 1100 1111 0 10 11111011 1001111 1011011

Color Harmonies of #DBD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4FA

Black with #DBD4FA

Text Example


Text Example

White with #DBD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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