#DADCF2

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

Shades of Quartz #DADCF2

Tints of Quartz #DADCF2

Color information

#DADCF2 (or 0xDADCF2) is unknown color: approx Quartz. HEX triplet: DA, DC and F2. RGB value is (218,220,242). Sum of RGB (Red+Green+Blue) = 218+220+242=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF2 is #25230D. Grayscale: #DDDDDD. Windows color (decimal): -2433806 or 15916250. OLE color: 15916250.

HSL color Cylindrical-coordinate representation of color #DADCF2: hue angle of 235º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADCF2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218220242-
CMYK0.100.0900.05
HSL235º48%90.2%-
HSV(B)235º9.92%94.9%-
XYZ70.5372.594.28-
YUV221.91139.34125.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=32.06%
G=32.35%
B=35.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182202420.100.0900.052354890.2
HexDADCF2A905eb305a
Octal33233436212110535360132
Binary110110101101110011110010101010010101111010111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCF2; }

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

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

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

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

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

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

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

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