#D5CEF6

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

Shades of Quartz #D5CEF6

Tints of Quartz #D5CEF6

Color information

#D5CEF6 (or 0xD5CEF6) is unknown color: approx Quartz. HEX triplet: D5, CE and F6. RGB value is (213,206,246). Sum of RGB (Red+Green+Blue) = 213+206+246=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF6 is #2A3109. Grayscale: #D4D4D4. Windows color (decimal): -2765066 or 16174805. OLE color: 16174805.

HSL color Cylindrical-coordinate representation of color #D5CEF6: hue angle of 250.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 #D5CEF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213206246-
CMYK0.130.1600.04
HSL250.5º68.97%88.63%-
HSV(B)250.5º16.26%96.47%-
XYZ66.1564.9496.24-
YUV212.65146.82128.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=32.03%
G=30.98%
B=36.99%

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
Decimal2132062460.130.1600.04250.568.9788.63
HexD5CEF6D1004fa4559
Octal325316366152004372105131
Binary11010101110011101111011011011000001001111101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEF6; }

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

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

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

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

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

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

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

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