#D2CDEA

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

Shades of Quartz #D2CDEA

Tints of Quartz #D2CDEA

Color information

#D2CDEA (or 0xD2CDEA) is unknown color: approx Quartz. HEX triplet: D2, CD and EA. RGB value is (210,205,234). Sum of RGB (Red+Green+Blue) = 210+205+234=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDEA is #2D3215. Grayscale: #D1D1D1. Windows color (decimal): -2961942 or 15388114. OLE color: 15388114.

HSL color Cylindrical-coordinate representation of color #D2CDEA: hue angle of 250.34º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2CDEA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210205234-
CMYK0.100.1200.08
HSL250.34º40.85%86.08%-
HSV(B)250.34º12.39%91.76%-
XYZ63.2663.386.73-
YUV209.8141.66128.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=32.36%
G=31.59%
B=36.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102052340.100.1200.08250.3440.8586.08
HexD2CDEAAC08fa2956
Octal322315352121401037251126
Binary1101001011001101111010101010110001000111110101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDEA; }

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

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

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

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

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

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

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

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