#DADBFC

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

Shades of Quartz #DADBFC

Tints of Quartz #DADBFC

Color information

#DADBFC (or 0xDADBFC) is unknown color: approx Quartz. HEX triplet: DA, DB and FC. RGB value is (218,219,252). Sum of RGB (Red+Green+Blue) = 218+219+252=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBFC is #252403. Grayscale: #DEDEDE. Windows color (decimal): -2434052 or 16571354. OLE color: 16571354.

HSL color Cylindrical-coordinate representation of color #DADBFC: hue angle of 238.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADBFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218219252-
CMYK0.130.1300.01
HSL238.24º85%92.16%-
HSV(B)238.24º13.49%98.82%-
XYZ71.8272.6102.32-
YUV222.46144.67124.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=31.64%
G=31.79%
B=36.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182192520.130.1300.01238.248592.16
HexDADBFCDD01ee555c
Octal332333374151501356125134
Binary11011010110110111111110011011101011110111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBFC; }

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

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

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

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

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

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

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

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