#D5DAFB

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

Shades of Quartz #D5DAFB

Tints of Quartz #D5DAFB

Color information

#D5DAFB (or 0xD5DAFB) is unknown color: approx Quartz. HEX triplet: D5, DA and FB. RGB value is (213,218,251). Sum of RGB (Red+Green+Blue) = 213+218+251=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFB is #2A2504. Grayscale: #DCDCDC. Windows color (decimal): -2761989 or 16505557. OLE color: 16505557.

HSL color Cylindrical-coordinate representation of color #D5DAFB: hue angle of 232.11º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DAFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213218251-
CMYK0.150.1300.02
HSL232.11º82.61%90.98%-
HSV(B)232.11º15.14%98.43%-
XYZ69.9271.25101.33-
YUV220.27145.34122.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.23%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=31.23%
G=31.96%
B=36.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132182510.150.1300.02232.1182.6190.98
HexD5DAFBFD02e8535b
Octal325332373171502350123133
Binary110101011101101011111011111111010101110100010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAFB; }

 p { color: rgb(213,218,251); }

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

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

 a { background-color: rgb(213,218,251); }

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

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

 span { border-color: rgb(213,218,251); }

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