#D2CDF1

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

Shades of Quartz #D2CDF1

Tints of Quartz #D2CDF1

Color information

#D2CDF1 (or 0xD2CDF1) is unknown color: approx Quartz. HEX triplet: D2, CD and F1. RGB value is (210,205,241). Sum of RGB (Red+Green+Blue) = 210+205+241=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 205 (80.47% from 255 or 31.25% 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 #D2CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF1 is #2D320E. Grayscale: #D2D2D2. Windows color (decimal): -2961935 or 15846866. OLE color: 15846866.

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

Color convert

RGB210205241-
CMYK0.130.1500.05
HSL248.33º56.25%87.45%-
HSV(B)248.33º14.94%94.51%-
XYZ64.2963.7292.13-
YUV210.6145.16127.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=32.01%
G=31.25%
B=36.74%

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
Decimal2102052410.130.1500.05248.3356.2587.45
HexD2CDF1DF05f83857
Octal32231536115170537070127
Binary110100101100110111110001110111110101111110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDF1; }

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

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

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

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

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

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

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

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