Html Css Color HEX #DBDFF5 Quartz

📋 copy color: '#DBDFF5'

red 219 ◦ green 223 ◦ blue 245

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

Shades of Quartz #DBDFF5

Tints of Quartz #DBDFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.46%

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 31.88%
G = 32.46%
B = 35.66%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBDFF5 (or 0xDBDFF5) is known color: Quartz. HEX triplet: DB, DF and F5. RGB value is (219,223,245). Sum of RGB (Red+Green+Blue) = 219+223+245=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF5 is #24200A. Grayscale: #E0E0E0. Windows color (decimal): -2367499 or 16113627. OLE color: 16113627.

HSL color Cylindrical-coordinate representation of color #DBDFF5: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDFF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 223 245 -
CMYK 0.11 0.09 0 0.04
HSL 230.77º 0.57% 0.91% -
HSV(B) 230.77º 0.11% 0.96% -
XYZ 72.08 74.43 96.95 -
YUV 224.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 219 223 245 0.11 0.09 0 0.04 230.77 0.57 0.91
Hex DB DF F5 B 9 0 4 E7 39 5B
Octal 333 337 365 13 11 0 4 347 71 133
Binary 11011011 11011111 11110101 1011 1001 0 100 11100111 111001 1011011

Color Harmonies of #DBDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFF5

Black with #DBDFF5

Text Example


Text Example

White with #DBDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFF5; }

 p { color: rgb(219,223,245); }

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

background-color css

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

 a { background-color: rgb(219,223,245); }

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

border-color css

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

 span { border-color: rgb(219,223,245); }

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