#D5D6FE

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

Shades of Quartz #D5D6FE

Tints of Quartz #D5D6FE

Color information

#D5D6FE (or 0xD5D6FE) is unknown color: approx Quartz. HEX triplet: D5, D6 and FE. RGB value is (213,214,254). Sum of RGB (Red+Green+Blue) = 213+214+254=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D6FE is #2A2901. Grayscale: #DADADA. Windows color (decimal): -2763010 or 16701141. OLE color: 16701141.

HSL color Cylindrical-coordinate representation of color #D5D6FE: hue angle of 238.54º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D6FE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213214254-
CMYK0.160.1600.00
HSL238.54º95.35%91.57%-
HSV(B)238.54º16.14%99.61%-
XYZ69.3869.4103.5-
YUV218.26148.17124.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.28%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=31.28%
G=31.42%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132142540.160.1600.00238.5495.3591.57
HexD5D6FE101000ef5f5c
Octal325326376202000357137134
Binary1101010111010110111111101000010000001110111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6FE; }

 p { color: rgb(213,214,254); }

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

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

 a { background-color: rgb(213,214,254); }

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

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

 span { border-color: rgb(213,214,254); }

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