#D3CEEC

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

Shades of Quartz #D3CEEC

Tints of Quartz #D3CEEC

Color information

#D3CEEC (or 0xD3CEEC) is unknown color: approx Quartz. HEX triplet: D3, CE and EC. RGB value is (211,206,236). Sum of RGB (Red+Green+Blue) = 211+206+236=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEC is #2C3113. Grayscale: #D2D2D2. Windows color (decimal): -2896148 or 15519443. OLE color: 15519443.

HSL color Cylindrical-coordinate representation of color #D3CEEC: hue angle of 250º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CEEC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211206236-
CMYK0.110.1300.07
HSL250º44.12%86.67%-
HSV(B)250º12.71%92.55%-
XYZ64.0864.0588.34-
YUV210.92142.16128.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.31%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=32.31%
G=31.55%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112062360.110.1300.0725044.1286.67
HexD3CEECBD07fa2c57
Octal32331635413150737254127
Binary110100111100111011101100101111010111111110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEEC; }

 p { color: rgb(211,206,236); }

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

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

 a { background-color: rgb(211,206,236); }

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

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

 span { border-color: rgb(211,206,236); }

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