#D7DAFB

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

Shades of Quartz #D7DAFB

Tints of Quartz #D7DAFB

Color information

#D7DAFB (or 0xD7DAFB) is unknown color: approx Quartz. HEX triplet: D7, DA and FB. RGB value is (215,218,251). Sum of RGB (Red+Green+Blue) = 215+218+251=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFB is #282504. Grayscale: #DCDCDC. Windows color (decimal): -2630917 or 16505559. OLE color: 16505559.

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

Color convert

RGB215218251-
CMYK0.140.1300.02
HSL235º81.82%91.37%-
HSV(B)235º14.34%98.43%-
XYZ70.5171.55101.36-
YUV220.86145.01123.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=31.43%
G=31.87%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152182510.140.1300.0223581.8291.37
HexD7DAFBED02eb525b
Octal327332373161502353122133
Binary110101111101101011111011111011010101110101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAFB; }

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

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

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

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

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

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

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

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