#D5CEF1

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

Shades of Quartz #D5CEF1

Tints of Quartz #D5CEF1

Color information

#D5CEF1 (or 0xD5CEF1) is unknown color: approx Quartz. HEX triplet: D5, CE and F1. RGB value is (213,206,241). Sum of RGB (Red+Green+Blue) = 213+206+241=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF1 is #2A310E. Grayscale: #D3D3D3. Windows color (decimal): -2765071 or 15847125. OLE color: 15847125.

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

Color convert

RGB213206241-
CMYK0.120.1500.05
HSL252º55.56%87.65%-
HSV(B)252º14.52%94.51%-
XYZ65.3964.6492.25-
YUV212.08144.32128.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=32.27%
G=31.21%
B=36.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132062410.120.1500.0525255.5687.65
HexD5CEF1CF05fc3858
Octal32531636114170537470130
Binary110101011100111011110001110011110101111111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEF1; }

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

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

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

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

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

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

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

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