#D5DCFF

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

Shades of Quartz #D5DCFF

Tints of Quartz #D5DCFF

Color information

#D5DCFF (or 0xD5DCFF) is unknown color: approx Quartz. HEX triplet: D5, DC and FF. RGB value is (213,220,255). Sum of RGB (Red+Green+Blue) = 213+220+255=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCFF is #2A2300. Grayscale: #DDDDDD. Windows color (decimal): -2761473 or 16768213. OLE color: 16768213.

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

Color convert

RGB213220255-
CMYK0.160.1400
HSL230º100%91.76%-
HSV(B)230º16.47%100%-
XYZ71.0872.55104.87-
YUV221.9146.68121.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 255 (100% from 255) = 37.06%
R=30.96%
G=31.98%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132202550.160.140023010091.76
HexD5DCFF10E00e6645c
Octal325334377201600346144134
Binary110101011101110011111111100001110001110011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCFF; }

 p { color: rgb(213,220,255); }

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

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

 a { background-color: rgb(213,220,255); }

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

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

 span { border-color: rgb(213,220,255); }

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