#DBD7FF

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

Shades of Quartz #DBD7FF

Tints of Quartz #DBD7FF

Color information

#DBD7FF (or 0xDBD7FF) is unknown color: approx Quartz. HEX triplet: DB, D7 and FF. RGB value is (219,215,255). Sum of RGB (Red+Green+Blue) = 219+215+255=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7FF is #242800. Grayscale: #DCDCDC. Windows color (decimal): -2369537 or 16766939. OLE color: 16766939.

HSL color Cylindrical-coordinate representation of color #DBD7FF: hue angle of 246º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD7FF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219215255-
CMYK0.140.1600
HSL246º100%92.16%-
HSV(B)246º15.69%100%-
XYZ71.5670.88104.52-
YUV220.76147.33126.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 255 (100% from 255) = 37.01%
R=31.79%
G=31.20%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192152550.140.160024610092.16
HexDBD7FFE1000f6645c
Octal333327377162000366144134
Binary110110111101011111111111111010000001111011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7FF; }

 p { color: rgb(219,215,255); }

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

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

 a { background-color: rgb(219,215,255); }

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

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

 span { border-color: rgb(219,215,255); }

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