#DBDDF6

Color #DBDDF6 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DBDDF6

Tints of Quartz #DBDDF6

Color information

#DBDDF6 (or 0xDBDDF6) is unknown color: approx Quartz. HEX triplet: DB, DD and F6. RGB value is (219,221,246). Sum of RGB (Red+Green+Blue) = 219+221+246=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF6 is #242209. Grayscale: #DFDFDF. Windows color (decimal): -2368010 or 16178651. OLE color: 16178651.

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

Color convert

RGB219221246-
CMYK0.110.1000.04
HSL235.56º60%91.18%-
HSV(B)235.56º10.98%96.47%-
XYZ71.773.4397.58-
YUV223.25140.84124.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=31.92%
G=32.22%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192212460.110.1000.04235.566091.18
HexDBDDF6BA04ec3c5b
Octal33333536613120435474133
Binary110110111101110111110110101110100100111011001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDF6; }

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

 H1.HeaderClassName
 {
   color: #DBDDF6;
 }
 .AnyTagClassName
 {
   color: #DBDDF6;
 }
</style>
background-color css

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

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

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

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

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

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