#DCDAEB

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

Shades of Quartz #DCDAEB

Tints of Quartz #DCDAEB

Color information

#DCDAEB (or 0xDCDAEB) is unknown color: approx Quartz. HEX triplet: DC, DA and EB. RGB value is (220,218,235). Sum of RGB (Red+Green+Blue) = 220+218+235=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEB is #232514. Grayscale: #DCDCDC. Windows color (decimal): -2303253 or 15456988. OLE color: 15456988.

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

Color convert

RGB220218235-
CMYK0.060.0700.08
HSL247.06º29.82%88.82%-
HSV(B)247.06º7.23%92.16%-
XYZ69.5871.3688.7-
YUV220.54136.16127.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=32.69%
G=32.39%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202182350.060.0700.08247.0629.8288.82
HexDCDAEB6708f71e59
Octal3343323536701036736131
Binary1101110011011010111010111101110100011110111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAEB; }

 p { color: rgb(220,218,235); }

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

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

 a { background-color: rgb(220,218,235); }

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

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

 span { border-color: rgb(220,218,235); }

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