#DCDAEA

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

Shades of Quartz #DCDAEA

Tints of Quartz #DCDAEA

Color information

#DCDAEA (or 0xDCDAEA) is unknown color: approx Quartz. HEX triplet: DC, DA and EA. RGB value is (220,218,234). Sum of RGB (Red+Green+Blue) = 220+218+234=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEA is #232515. Grayscale: #DCDCDC. Windows color (decimal): -2303254 or 15391452. OLE color: 15391452.

HSL color Cylindrical-coordinate representation of color #DCDAEA: hue angle of 247.5º degrees, saturation: 0.28, 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 #DCDAEA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220218234-
CMYK0.060.0700.08
HSL247.5º27.59%88.63%-
HSV(B)247.5º6.84%91.76%-
XYZ69.4471.387.94-
YUV220.42135.66127.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=32.74%
G=32.44%
B=34.82%

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
Decimal2202182340.060.0700.08247.527.5988.63
HexDCDAEA6708f81c59
Octal3343323526701037034131
Binary1101110011011010111010101101110100011111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAEA; }

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

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

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

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

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

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

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

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