#D3DAFF

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

Shades of Quartz #D3DAFF

Tints of Quartz #D3DAFF

Color information

#D3DAFF (or 0xD3DAFF) is unknown color: approx Quartz. HEX triplet: D3, DA and FF. RGB value is (211,218,255). Sum of RGB (Red+Green+Blue) = 211+218+255=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAFF is #2C2500. Grayscale: #DBDBDB. Windows color (decimal): -2893057 or 16767699. OLE color: 16767699.

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

Color convert

RGB211218255-
CMYK0.170.1500
HSL230.45º100%91.37%-
HSV(B)230.45º17.25%100%-
XYZ69.9971.21104.66-
YUV220.12147.68121.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.85%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 255 (100% from 255) = 37.28%
R=30.85%
G=31.87%
B=37.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112182550.170.1500230.4510091.37
HexD3DAFF11F00e6645b
Octal323332377211700346144133
Binary110100111101101011111111100011111001110011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAFF; }

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

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

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

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

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

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

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

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