#D3CEEE

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

Shades of Quartz #D3CEEE

Tints of Quartz #D3CEEE

Color information

#D3CEEE (or 0xD3CEEE) is unknown color: approx Quartz. HEX triplet: D3, CE and EE. RGB value is (211,206,238). Sum of RGB (Red+Green+Blue) = 211+206+238=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEE is #2C3111. Grayscale: #D3D3D3. Windows color (decimal): -2896146 or 15650515. OLE color: 15650515.

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

Color convert

RGB211206238-
CMYK0.110.1300.07
HSL249.38º48.48%87.06%-
HSV(B)249.38º13.45%93.33%-
XYZ64.3764.1689.88-
YUV211.14143.16127.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.21%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=32.21%
G=31.45%
B=36.34%

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
Decimal2112062380.110.1300.07249.3848.4887.06
HexD3CEEEBD07f93057
Octal32331635613150737160127
Binary110100111100111011101110101111010111111110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEEE; }

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

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

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

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

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

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

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

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