Html Css Color HEX #DBD6FD Quartz

📋 copy color: '#DBD6FD'

red 219 ◦ green 214 ◦ blue 253

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

Shades of Quartz #DBD6FD

Tints of Quartz #DBD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.2%

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 31.92%
G = 31.2%
B = 36.88%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBD6FD (or 0xDBD6FD) is known color: Quartz. HEX triplet: DB, D6 and FD. RGB value is (219,214,253). Sum of RGB (Red+Green+Blue) = 219+214+253=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6FD is #242902. Grayscale: #DBDBDB. Windows color (decimal): -2369795 or 16635611. OLE color: 16635611.

HSL color Cylindrical-coordinate representation of color #DBD6FD: hue angle of 247.69º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD6FD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 214 253 -
CMYK 0.13 0.15 0 0.01
HSL 247.69º 0.91% 0.92% -
HSV(B) 247.69º 0.15% 0.99% -
XYZ 70.99 70.25 102.75 -
YUV 219.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 219 214 253 0.13 0.15 0 0.01 247.69 0.91 0.92
Hex DB D6 FD D F 0 1 F8 5B 5C
Octal 333 326 375 15 17 0 1 370 133 134
Binary 11011011 11010110 11111101 1101 1111 0 1 11111000 1011011 1011100

Color Harmonies of #DBD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6FD

Black with #DBD6FD

Text Example


Text Example

White with #DBD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6FD; }

 p { color: rgb(219,214,253); }

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

background-color css

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

 a { background-color: rgb(219,214,253); }

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

border-color css

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

 span { border-color: rgb(219,214,253); }

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