#DADCE9

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

Shades of Quartz #DADCE9

Tints of Quartz #DADCE9

Color information

#DADCE9 (or 0xDADCE9) is unknown color: approx Quartz. HEX triplet: DA, DC and E9. RGB value is (218,220,233). Sum of RGB (Red+Green+Blue) = 218+220+233=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 233 - color contains mainly: blue. Hex color #DADCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCE9 is #252316. Grayscale: #DCDCDC. Windows color (decimal): -2433815 or 15326426. OLE color: 15326426.

HSL color Cylindrical-coordinate representation of color #DADCE9: hue angle of 232º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADCE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218220233-
CMYK0.060.0600.09
HSL232º25.42%88.43%-
HSV(B)232º6.44%91.37%-
XYZ69.2171.9887.34-
YUV220.88134.84125.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=32.49%
G=32.79%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182202330.060.0600.0923225.4288.43
HexDADCE96609e81958
Octal3323343516601135031130
Binary1101101011011100111010011101100100111101000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCE9; }

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

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

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

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

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

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

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

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