#DCDBED

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

Shades of Quartz #DCDBED

Tints of Quartz #DCDBED

Color information

#DCDBED (or 0xDCDBED) is unknown color: approx Quartz. HEX triplet: DC, DB and ED. RGB value is (220,219,237). Sum of RGB (Red+Green+Blue) = 220+219+237=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBED is #232412. Grayscale: #DDDDDD. Windows color (decimal): -2302995 or 15588316. OLE color: 15588316.

HSL color Cylindrical-coordinate representation of color #DCDBED: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDBED is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220219237-
CMYK0.070.0800.07
HSL243.33º33.33%89.41%-
HSV(B)243.33º7.59%92.94%-
XYZ70.1371.9990.32-
YUV221.35136.83127.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=32.54%
G=32.40%
B=35.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202192370.070.0800.07243.3333.3389.41
HexDCDBED7807f32159
Octal3343333557100736341131
Binary11011100110110111110110111110000111111100111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBED; }

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

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

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

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

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

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

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

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