#DADBF1

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

Shades of Quartz #DADBF1

Tints of Quartz #DADBF1

Color information

#DADBF1 (or 0xDADBF1) is unknown color: approx Quartz. HEX triplet: DA, DB and F1. RGB value is (218,219,241). Sum of RGB (Red+Green+Blue) = 218+219+241=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF1 is #25240E. Grayscale: #DDDDDD. Windows color (decimal): -2434063 or 15850458. OLE color: 15850458.

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

Color convert

RGB218219241-
CMYK0.100.0900.05
HSL237.39º45.1%90%-
HSV(B)237.39º9.54%94.51%-
XYZ70.1271.9293.41-
YUV221.21139.17125.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.15%
G=32.30%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182192410.100.0900.05237.3945.190
HexDADBF1A905ed2d5a
Octal33233336112110535555132
Binary110110101101101111110001101010010101111011011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF1; }

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

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

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

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

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

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

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

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