#DADBF3

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

Shades of Quartz #DADBF3

Tints of Quartz #DADBF3

Color information

#DADBF3 (or 0xDADBF3) is unknown color: approx Quartz. HEX triplet: DA, DB and F3. RGB value is (218,219,243). Sum of RGB (Red+Green+Blue) = 218+219+243=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF3 is #25240C. Grayscale: #DDDDDD. Windows color (decimal): -2434061 or 15981530. OLE color: 15981530.

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

Color convert

RGB218219243-
CMYK0.100.1000.05
HSL237.6º51.02%90.39%-
HSV(B)237.6º10.29%95.29%-
XYZ70.4272.0494.99-
YUV221.44140.17125.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=32.06%
G=32.21%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182192430.100.1000.05237.651.0290.39
HexDADBF3AA05ee335a
Octal33233336312120535663132
Binary110110101101101111110011101010100101111011101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF3; }

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

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

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

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

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

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

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

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