#DADBFF

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

Shades of Quartz #DADBFF

Tints of Quartz #DADBFF

Color information

#DADBFF (or 0xDADBFF) is unknown color: approx Quartz. HEX triplet: DA, DB and FF. RGB value is (218,219,255). Sum of RGB (Red+Green+Blue) = 218+219+255=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DADBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBFF is #252400. Grayscale: #DEDEDE. Windows color (decimal): -2434049 or 16767962. OLE color: 16767962.

HSL color Cylindrical-coordinate representation of color #DADBFF: hue angle of 238.38º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADBFF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218219255-
CMYK0.150.1400
HSL238.38º100%92.75%-
HSV(B)238.38º14.51%100%-
XYZ72.2972.79104.85-
YUV222.8146.17124.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.50%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 36.85%
R=31.50%
G=31.65%
B=36.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182192550.150.1400238.3810092.75
HexDADBFFFE00ee645d
Octal332333377171600356144135
Binary11011010110110111111111111111110001110111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBFF; }

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

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

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

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

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

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

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

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