Html Css Color HEX #DBD5FD Quartz

📋 copy color: '#DBD5FD'

red 219 ◦ green 213 ◦ blue 253

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

Shades of Quartz #DBD5FD

Tints of Quartz #DBD5FD

RGB

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

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

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

R = 31.97%
G = 31.09%
B = 36.93%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBD5FD (or 0xDBD5FD) is known color: Quartz. HEX triplet: DB, D5 and FD. RGB value is (219,213,253). Sum of RGB (Red+Green+Blue) = 219+213+253=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FD is #242A02. Grayscale: #DBDBDB. Windows color (decimal): -2370051 or 16635355. OLE color: 16635355.

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

Color convert

RGB 219 213 253 -
CMYK 0.13 0.16 0 0.01
HSL 249º 0.91% 0.91% -
HSV(B) 249º 0.16% 0.99% -
XYZ 70.74 69.74 102.66 -
YUV 219.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 219 213 253 0.13 0.16 0 0.01 249 0.91 0.91
Hex DB D5 FD D 10 0 1 F9 5B 5B
Octal 333 325 375 15 20 0 1 371 133 133
Binary 11011011 11010101 11111101 1101 10000 0 1 11111001 1011011 1011011

Color Harmonies of #DBD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5FD

Black with #DBD5FD

Text Example


Text Example

White with #DBD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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