#D3D5FC

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

Shades of Quartz #D3D5FC

Tints of Quartz #D3D5FC

Color information

#D3D5FC (or 0xD3D5FC) is unknown color: approx Quartz. HEX triplet: D3, D5 and FC. RGB value is (211,213,252). Sum of RGB (Red+Green+Blue) = 211+213+252=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D5FC is #2C2A03. Grayscale: #D8D8D8. Windows color (decimal): -2894340 or 16569811. OLE color: 16569811.

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

Color convert

RGB211213252-
CMYK0.160.1500.01
HSL237.07º87.23%90.78%-
HSV(B)237.07º16.27%98.82%-
XYZ68.2368.47101.71-
YUV216.85147.84123.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.21%
GREEN value IS 213 (83.59% from 255) = 31.51%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=31.21%
G=31.51%
B=37.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112132520.160.1500.01237.0787.2390.78
HexD3D5FC10F01ed575b
Octal323325374201701355127133
Binary110100111101010111111100100001111011110110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D5FC; }

 p { color: rgb(211,213,252); }

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

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

 a { background-color: rgb(211,213,252); }

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

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

 span { border-color: rgb(211,213,252); }

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