#D7CEF6

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

Shades of Quartz #D7CEF6

Tints of Quartz #D7CEF6

Color information

#D7CEF6 (or 0xD7CEF6) is unknown color: approx Quartz. HEX triplet: D7, CE and F6. RGB value is (215,206,246). Sum of RGB (Red+Green+Blue) = 215+206+246=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEF6 is #283109. Grayscale: #D5D5D5. Windows color (decimal): -2633994 or 16174807. OLE color: 16174807.

HSL color Cylindrical-coordinate representation of color #D7CEF6: hue angle of 253.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7CEF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215206246-
CMYK0.130.1600.04
HSL253.5º68.97%88.63%-
HSV(B)253.5º16.26%96.47%-
XYZ66.7365.2496.26-
YUV213.25146.48129.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.23%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=32.23%
G=30.88%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152062460.130.1600.04253.568.9788.63
HexD7CEF6D1004fe4559
Octal327316366152004376105131
Binary11010111110011101111011011011000001001111111010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEF6; }

 p { color: rgb(215,206,246); }

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

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

 a { background-color: rgb(215,206,246); }

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

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

 span { border-color: rgb(215,206,246); }

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