#DADBF8

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

Shades of Quartz #DADBF8

Tints of Quartz #DADBF8

Color information

#DADBF8 (or 0xDADBF8) is unknown color: approx Quartz. HEX triplet: DA, DB and F8. RGB value is (218,219,248). Sum of RGB (Red+Green+Blue) = 218+219+248=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF8 is #252407. Grayscale: #DDDDDD. Windows color (decimal): -2434056 or 16309210. OLE color: 16309210.

HSL color Cylindrical-coordinate representation of color #DADBF8: hue angle of 238º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADBF8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218219248-
CMYK0.120.1200.03
HSL238º68.18%91.37%-
HSV(B)238º12.1%97.25%-
XYZ71.1972.3599.02-
YUV222.01142.67125.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=31.82%
G=31.97%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182192480.120.1200.0323868.1891.37
HexDADBF8CC03ee445b
Octal332333370141403356104133
Binary110110101101101111111000110011000111110111010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF8; }

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

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

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

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

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

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

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

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