#D3CEED

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

Shades of Quartz #D3CEED

Tints of Quartz #D3CEED

Color information

#D3CEED (or 0xD3CEED) is unknown color: approx Quartz. HEX triplet: D3, CE and ED. RGB value is (211,206,237). Sum of RGB (Red+Green+Blue) = 211+206+237=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEED is #2C3112. Grayscale: #D2D2D2. Windows color (decimal): -2896147 or 15584979. OLE color: 15584979.

HSL color Cylindrical-coordinate representation of color #D3CEED: hue angle of 249.68º degrees, saturation: 0.46, 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 #D3CEED is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211206237-
CMYK0.110.1300.07
HSL249.68º46.27%86.86%-
HSV(B)249.68º13.08%92.94%-
XYZ64.2264.1189.11-
YUV211.03142.66127.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.26%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=32.26%
G=31.50%
B=36.24%

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
Decimal2112062370.110.1300.07249.6846.2786.86
HexD3CEEDBD07fa2e57
Octal32331635513150737256127
Binary110100111100111011101101101111010111111110101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEED; }

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

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

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

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

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

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

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

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