#D2D5F3

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

Shades of Quartz #D2D5F3

Tints of Quartz #D2D5F3

Color information

#D2D5F3 (or 0xD2D5F3) is unknown color: approx Quartz. HEX triplet: D2, D5 and F3. RGB value is (210,213,243). Sum of RGB (Red+Green+Blue) = 210+213+243=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2D5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5F3 is #2D2A0C. Grayscale: #D7D7D7. Windows color (decimal): -2959885 or 15979986. OLE color: 15979986.

HSL color Cylindrical-coordinate representation of color #D2D5F3: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D5F3 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210213243-
CMYK0.140.1200.05
HSL234.55º57.89%88.82%-
HSV(B)234.55º13.58%95.29%-
XYZ66.5567.7694.37-
YUV215.52143.51124.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=31.53%
G=31.98%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102132430.140.1200.05234.5557.8988.82
HexD2D5F3EC05eb3a59
Octal32232536316140535372131
Binary110100101101010111110011111011000101111010111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5F3; }

 p { color: rgb(210,213,243); }

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

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

 a { background-color: rgb(210,213,243); }

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

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

 span { border-color: rgb(210,213,243); }

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