#DADCF3

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

Shades of Quartz #DADCF3

Tints of Quartz #DADCF3

Color information

#DADCF3 (or 0xDADCF3) is unknown color: approx Quartz. HEX triplet: DA, DC and F3. RGB value is (218,220,243). Sum of RGB (Red+Green+Blue) = 218+220+243=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF3 is #25230C. Grayscale: #DDDDDD. Windows color (decimal): -2433805 or 15981786. OLE color: 15981786.

HSL color Cylindrical-coordinate representation of color #DADCF3: hue angle of 235.2º degrees, saturation: 0.51, 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 #DADCF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218220243-
CMYK0.100.0900.05
HSL235.2º51.02%90.39%-
HSV(B)235.2º10.29%95.29%-
XYZ70.6872.5695.07-
YUV222.02139.84125.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=32.01%
G=32.31%
B=35.68%

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
Decimal2182202430.100.0900.05235.251.0290.39
HexDADCF3A905eb335a
Octal33233436312110535363132
Binary110110101101110011110011101010010101111010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCF3; }

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

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

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

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

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

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

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

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