Html Css Color HEX #DBDCF6 Quartz

📋 copy color: '#DBDCF6'

red 219 ◦ green 220 ◦ blue 246

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

Shades of Quartz #DBDCF6

Tints of Quartz #DBDCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

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

R = 31.97%
G = 32.12%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBDCF6 (or 0xDBDCF6) is known color: Quartz. HEX triplet: DB, DC and F6. RGB value is (219,220,246). Sum of RGB (Red+Green+Blue) = 219+220+246=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF6 is #242309. Grayscale: #DEDEDE. Windows color (decimal): -2368266 or 16178395. OLE color: 16178395.

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

Color convert

RGB 219 220 246 -
CMYK 0.11 0.11 0 0.04
HSL 237.78º 0.6% 0.91% -
HSV(B) 237.78º 0.11% 0.96% -
XYZ 71.44 72.9 97.49 -
YUV 222.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 219 220 246 0.11 0.11 0 0.04 237.78 0.6 0.91
Hex DB DC F6 B B 0 4 EE 3C 5B
Octal 333 334 366 13 13 0 4 356 74 133
Binary 11011011 11011100 11110110 1011 1011 0 100 11101110 111100 1011011

Color Harmonies of #DBDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCF6

Black with #DBDCF6

Text Example


Text Example

White with #DBDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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