Html Css Color HEX #DBDEF6 Quartz

📋 copy color: '#DBDEF6'

red 219 ◦ green 222 ◦ blue 246

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

Shades of Quartz #DBDEF6

Tints of Quartz #DBDEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.31%

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

R = 31.88%
G = 32.31%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBDEF6 (or 0xDBDEF6) is known color: Quartz. HEX triplet: DB, DE and F6. RGB value is (219,222,246). Sum of RGB (Red+Green+Blue) = 219+222+246=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF6 is #242109. Grayscale: #DFDFDF. Windows color (decimal): -2367754 or 16178907. OLE color: 16178907.

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

Color convert

RGB 219 222 246 -
CMYK 0.11 0.10 0 0.04
HSL 233.33º 0.6% 0.91% -
HSV(B) 233.33º 0.11% 0.96% -
XYZ 71.97 73.96 97.67 -
YUV 223.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 219 222 246 0.11 0.10 0 0.04 233.33 0.6 0.91
Hex DB DE F6 B A 0 4 E9 3C 5B
Octal 333 336 366 13 12 0 4 351 74 133
Binary 11011011 11011110 11110110 1011 1010 0 100 11101001 111100 1011011

Color Harmonies of #DBDEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEF6

Black with #DBDEF6

Text Example


Text Example

White with #DBDEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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