#D7DAFC

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

Shades of Quartz #D7DAFC

Tints of Quartz #D7DAFC

Color information

#D7DAFC (or 0xD7DAFC) is unknown color: approx Quartz. HEX triplet: D7, DA and FC. RGB value is (215,218,252). Sum of RGB (Red+Green+Blue) = 215+218+252=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFC is #282503. Grayscale: #DCDCDC. Windows color (decimal): -2630916 or 16571095. OLE color: 16571095.

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

Color convert

RGB215218252-
CMYK0.150.1300.01
HSL235.14º86.05%91.57%-
HSV(B)235.14º14.68%98.82%-
XYZ70.6771.62102.19-
YUV220.98145.51123.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=31.39%
G=31.82%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152182520.150.1300.01235.1486.0591.57
HexD7DAFCFD01eb565c
Octal327332374171501353126134
Binary11010111110110101111110011111101011110101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAFC; }

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

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

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

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

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

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

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

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