#D3CCF1

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

Shades of Quartz #D3CCF1

Tints of Quartz #D3CCF1

Color information

#D3CCF1 (or 0xD3CCF1) is unknown color: approx Quartz. HEX triplet: D3, CC and F1. RGB value is (211,204,241). Sum of RGB (Red+Green+Blue) = 211+204+241=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF1 is #2C330E. Grayscale: #D2D2D2. Windows color (decimal): -2896655 or 15846611. OLE color: 15846611.

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

Color convert

RGB211204241-
CMYK0.120.1500.05
HSL251.35º56.92%87.25%-
HSV(B)251.35º15.35%94.51%-
XYZ64.3363.3992.06-
YUV210.31145.32128.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.16%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=32.16%
G=31.10%
B=36.74%

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
Decimal2112042410.120.1500.05251.3556.9287.25
HexD3CCF1CF05fb3957
Octal32331436114170537371127
Binary110100111100110011110001110011110101111110111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCF1; }

 p { color: rgb(211,204,241); }

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

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

 a { background-color: rgb(211,204,241); }

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

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

 span { border-color: rgb(211,204,241); }

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