#DADCF9

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

Shades of Quartz #DADCF9

Tints of Quartz #DADCF9

Color information

#DADCF9 (or 0xDADCF9) is unknown color: approx Quartz. HEX triplet: DA, DC and F9. RGB value is (218,220,249). Sum of RGB (Red+Green+Blue) = 218+220+249=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF9 is #252306. Grayscale: #DEDEDE. Windows color (decimal): -2433799 or 16375002. OLE color: 16375002.

HSL color Cylindrical-coordinate representation of color #DADCF9: hue angle of 236.13º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADCF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218220249-
CMYK0.120.1200.02
HSL236.13º72.09%91.57%-
HSV(B)236.13º12.45%97.65%-
XYZ71.6172.9399.93-
YUV222.71142.84124.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=31.73%
G=32.02%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182202490.120.1200.02236.1372.0991.57
HexDADCF9CC02ec485c
Octal332334371141402354110134
Binary110110101101110011111001110011000101110110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCF9; }

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

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

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

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

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

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

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

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