Html Css Color HEX #DBD4FB Quartz

📋 copy color: '#DBD4FB'

red 219 ◦ green 212 ◦ blue 251

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

Shades of Quartz #DBD4FB

Tints of Quartz #DBD4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.8%

R = 32.11%
G = 31.09%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBD4FB (or 0xDBD4FB) is known color: Quartz. HEX triplet: DB, D4 and FB. RGB value is (219,212,251). Sum of RGB (Red+Green+Blue) = 219+212+251=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4FB is #242B04. Grayscale: #DADADA. Windows color (decimal): -2370309 or 16504027. OLE color: 16504027.

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

Color convert

RGB 219 212 251 -
CMYK 0.13 0.16 0 0.02
HSL 250.77º 0.83% 0.91% -
HSV(B) 250.77º 0.16% 0.98% -
XYZ 70.17 69.11 100.91 -
YUV 218.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 219 212 251 0.13 0.16 0 0.02 250.77 0.83 0.91
Hex DB D4 FB D 10 0 2 FB 53 5B
Octal 333 324 373 15 20 0 2 373 123 133
Binary 11011011 11010100 11111011 1101 10000 0 10 11111011 1010011 1011011

Color Harmonies of #DBD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4FB

Black with #DBD4FB

Text Example


Text Example

White with #DBD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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