#DADBF0

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

Shades of Quartz #DADBF0

Tints of Quartz #DADBF0

Color information

#DADBF0 (or 0xDADBF0) is unknown color: approx Quartz. HEX triplet: DA, DB and F0. RGB value is (218,219,240). Sum of RGB (Red+Green+Blue) = 218+219+240=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF0 is #25240F. Grayscale: #DDDDDD. Windows color (decimal): -2434064 or 15784922. OLE color: 15784922.

HSL color Cylindrical-coordinate representation of color #DADBF0: hue angle of 237.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADBF0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218219240-
CMYK0.090.0900.06
HSL237.27º42.31%89.8%-
HSV(B)237.27º9.17%94.12%-
XYZ69.9771.8692.62-
YUV221.1138.67125.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=32.20%
G=32.35%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182192400.090.0900.06237.2742.3189.8
HexDADBF09906ed2a5a
Octal33233336011110635552132
Binary110110101101101111110000100110010110111011011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF0; }

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

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

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

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

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

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

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

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