#D3CCF2

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

Shades of Quartz #D3CCF2

Tints of Quartz #D3CCF2

Color information

#D3CCF2 (or 0xD3CCF2) is unknown color: approx Quartz. HEX triplet: D3, CC and F2. RGB value is (211,204,242). Sum of RGB (Red+Green+Blue) = 211+204+242=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF2 is #2C330D. Grayscale: #D2D2D2. Windows color (decimal): -2896654 or 15912147. OLE color: 15912147.

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

Color convert

RGB211204242-
CMYK0.130.1600.05
HSL251.05º59.38%87.45%-
HSV(B)251.05º15.7%94.9%-
XYZ64.4863.4592.85-
YUV210.42145.82128.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.12%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=32.12%
G=31.05%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112042420.130.1600.05251.0559.3887.45
HexD3CCF2D1005fb3b57
Octal32331436215200537373127
Binary1101001111001100111100101101100000101111110111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCF2; }

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

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

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

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

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

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

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

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