#DADCEA

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

Shades of Quartz #DADCEA

Tints of Quartz #DADCEA

Color information

#DADCEA (or 0xDADCEA) is unknown color: approx Quartz. HEX triplet: DA, DC and EA. RGB value is (218,220,234). Sum of RGB (Red+Green+Blue) = 218+220+234=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 220 (86.33% from 255 or 32.74% 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 #DADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCEA is #252315. Grayscale: #DCDCDC. Windows color (decimal): -2433814 or 15391962. OLE color: 15391962.

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

Color convert

RGB218220234-
CMYK0.070.0600.08
HSL232.5º27.59%88.63%-
HSV(B)232.5º6.84%91.76%-
XYZ69.3672.0388.09-
YUV221135.34125.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182202340.070.0600.08232.527.5988.63
HexDADCEA7608e81c59
Octal3323343527601035034131
Binary1101101011011100111010101111100100011101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCEA; }

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

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

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

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

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

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

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

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