Html Css Color HEX #DBDFF6 Quartz

📋 copy color: '#DBDFF6'

red 219 ◦ green 223 ◦ blue 246

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

Shades of Quartz #DBDFF6

Tints of Quartz #DBDFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 31.83%
G = 32.41%
B = 35.76%

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

#DBDFF6 (or 0xDBDFF6) is known color: Quartz. HEX triplet: DB, DF and F6. RGB value is (219,223,246). Sum of RGB (Red+Green+Blue) = 219+223+246=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF6 is #242009. Grayscale: #E0E0E0. Windows color (decimal): -2367498 or 16179163. OLE color: 16179163.

HSL color Cylindrical-coordinate representation of color #DBDFF6: hue angle of 231.11º degrees, saturation: 0.6, 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 #DBDFF6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 223 246 -
CMYK 0.11 0.09 0 0.04
HSL 231.11º 0.6% 0.91% -
HSV(B) 231.11º 0.11% 0.96% -
XYZ 72.24 74.49 97.76 -
YUV 224.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 219 223 246 0.11 0.09 0 0.04 231.11 0.6 0.91
Hex DB DF F6 B 9 0 4 E7 3C 5B
Octal 333 337 366 13 11 0 4 347 74 133
Binary 11011011 11011111 11110110 1011 1001 0 100 11100111 111100 1011011

Color Harmonies of #DBDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFF6

Black with #DBDFF6

Text Example


Text Example

White with #DBDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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