#DADCFD

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

Shades of Quartz #DADCFD

Tints of Quartz #DADCFD

Color information

#DADCFD (or 0xDADCFD) is unknown color: approx Quartz. HEX triplet: DA, DC and FD. RGB value is (218,220,253). Sum of RGB (Red+Green+Blue) = 218+220+253=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFD is #252302. Grayscale: #DFDFDF. Windows color (decimal): -2433795 or 16637146. OLE color: 16637146.

HSL color Cylindrical-coordinate representation of color #DADCFD: hue angle of 236.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADCFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218220253-
CMYK0.140.1300.01
HSL236.57º89.74%92.35%-
HSV(B)236.57º13.83%99.22%-
XYZ72.2473.18103.25-
YUV223.16144.84124.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=31.55%
G=31.84%
B=36.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182202530.140.1300.01236.5789.7492.35
HexDADCFDED01ed5a5c
Octal332334375161501355132134
Binary11011010110111001111110111101101011110110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCFD; }

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

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

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

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

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

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

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

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