#DCDBEF

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

Shades of Quartz #DCDBEF

Tints of Quartz #DCDBEF

Color information

#DCDBEF (or 0xDCDBEF) is unknown color: approx Quartz. HEX triplet: DC, DB and EF. RGB value is (220,219,239). Sum of RGB (Red+Green+Blue) = 220+219+239=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBEF is #232410. Grayscale: #DDDDDD. Windows color (decimal): -2302993 or 15719388. OLE color: 15719388.

HSL color Cylindrical-coordinate representation of color #DCDBEF: hue angle of 243º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDBEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220219239-
CMYK0.080.0800.06
HSL243º38.46%89.8%-
HSV(B)243º8.37%93.73%-
XYZ70.4372.1191.87-
YUV221.58137.83126.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=32.45%
G=32.30%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202192390.080.0800.0624338.4689.8
HexDCDBEF8806f3265a
Octal33433335710100636346132
Binary110111001101101111101111100010000110111100111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBEF; }

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

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

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

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

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

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

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

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