#D2CDF0

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

Shades of Quartz #D2CDF0

Tints of Quartz #D2CDF0

Color information

#D2CDF0 (or 0xD2CDF0) is unknown color: approx Quartz. HEX triplet: D2, CD and F0. RGB value is (210,205,240). Sum of RGB (Red+Green+Blue) = 210+205+240=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF0 is #2D320F. Grayscale: #D2D2D2. Windows color (decimal): -2961936 or 15781330. OLE color: 15781330.

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

Color convert

RGB210205240-
CMYK0.120.1500.06
HSL248.57º53.85%87.25%-
HSV(B)248.57º14.58%94.12%-
XYZ64.1463.6691.34-
YUV210.48144.66127.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=32.06%
G=31.30%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102052400.120.1500.06248.5753.8587.25
HexD2CDF0CF06f93657
Octal32231536014170637166127
Binary110100101100110111110000110011110110111110011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDF0; }

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

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

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

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

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

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

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

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