#DBDDFE

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

Shades of Quartz #DBDDFE

Tints of Quartz #DBDDFE

Color information

#DBDDFE (or 0xDBDDFE) is unknown color: approx Quartz. HEX triplet: DB, DD and FE. RGB value is (219,221,254). Sum of RGB (Red+Green+Blue) = 219+221+254=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFE is #242201. Grayscale: #E0E0E0. Windows color (decimal): -2368002 or 16702939. OLE color: 16702939.

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

Color convert

RGB219221254-
CMYK0.140.1300.00
HSL236.57º94.59%92.75%-
HSV(B)236.57º13.78%99.61%-
XYZ72.9673.93104.19-
YUV224.16144.84124.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=31.56%
G=31.84%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192212540.140.1300.00236.5794.5992.75
HexDBDDFEED00ed5f5d
Octal333335376161500355137135
Binary11011011110111011111111011101101001110110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDFE; }

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

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

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

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

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

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

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

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