#D1CEEA

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

Shades of Quartz #D1CEEA

Tints of Quartz #D1CEEA

Color information

#D1CEEA (or 0xD1CEEA) is unknown color: approx Quartz. HEX triplet: D1, CE and EA. RGB value is (209,206,234). Sum of RGB (Red+Green+Blue) = 209+206+234=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEEA is #2E3115. Grayscale: #D1D1D1. Windows color (decimal): -3027222 or 15388369. OLE color: 15388369.

HSL color Cylindrical-coordinate representation of color #D1CEEA: hue angle of 246.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CEEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209206234-
CMYK0.110.1200.08
HSL246.43º40%86.27%-
HSV(B)246.43º11.97%91.76%-
XYZ63.2263.6486.79-
YUV210.09141.49127.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.20%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=32.20%
G=31.74%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092062340.110.1200.08246.434086.27
HexD1CEEABC08f62856
Octal321316352131401036650126
Binary1101000111001110111010101011110001000111101101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEEA; }

 p { color: rgb(209,206,234); }

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

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

 a { background-color: rgb(209,206,234); }

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

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

 span { border-color: rgb(209,206,234); }

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