#DADBF9

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

Shades of Quartz #DADBF9

Tints of Quartz #DADBF9

Color information

#DADBF9 (or 0xDADBF9) is unknown color: approx Quartz. HEX triplet: DA, DB and F9. RGB value is (218,219,249). Sum of RGB (Red+Green+Blue) = 218+219+249=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF9 is #252406. Grayscale: #DDDDDD. Windows color (decimal): -2434055 or 16374746. OLE color: 16374746.

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

Color convert

RGB218219249-
CMYK0.120.1200.02
HSL238.06º72.09%91.57%-
HSV(B)238.06º12.45%97.65%-
XYZ71.3472.4199.84-
YUV222.12143.17125.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=31.78%
G=31.92%
B=36.30%

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
Decimal2182192490.120.1200.02238.0672.0991.57
HexDADBF9CC02ee485c
Octal332333371141402356110134
Binary110110101101101111111001110011000101110111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF9; }

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

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

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

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

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

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

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

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