#D2CCF1

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

Shades of Quartz #D2CCF1

Tints of Quartz #D2CCF1

Color information

#D2CCF1 (or 0xD2CCF1) is unknown color: approx Quartz. HEX triplet: D2, CC and F1. RGB value is (210,204,241). Sum of RGB (Red+Green+Blue) = 210+204+241=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF1 is #2D330E. Grayscale: #D1D1D1. Windows color (decimal): -2962191 or 15846610. OLE color: 15846610.

HSL color Cylindrical-coordinate representation of color #D2CCF1: hue angle of 249.73º 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 #D2CCF1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210204241-
CMYK0.130.1500.05
HSL249.73º56.92%87.25%-
HSV(B)249.73º15.35%94.51%-
XYZ64.0563.2492.05-
YUV210.01145.49127.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=32.06%
G=31.15%
B=36.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102042410.130.1500.05249.7356.9287.25
HexD2CCF1DF05fa3957
Octal32231436115170537271127
Binary110100101100110011110001110111110101111110101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCF1; }

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

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

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

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

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

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

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

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