#D1CDEA

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

Shades of Quartz #D1CDEA

Tints of Quartz #D1CDEA

Color information

#D1CDEA (or 0xD1CDEA) is unknown color: approx Quartz. HEX triplet: D1, CD and EA. RGB value is (209,205,234). Sum of RGB (Red+Green+Blue) = 209+205+234=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEA is #2E3215. Grayscale: #D1D1D1. Windows color (decimal): -3027478 or 15388113. OLE color: 15388113.

HSL color Cylindrical-coordinate representation of color #D1CDEA: hue angle of 248.28º 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 #D1CDEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209205234-
CMYK0.110.1200.08
HSL248.28º40.85%86.08%-
HSV(B)248.28º12.39%91.76%-
XYZ62.9863.1686.71-
YUV209.5141.83127.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.25%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=32.25%
G=31.64%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092052340.110.1200.08248.2840.8586.08
HexD1CDEABC08f82956
Octal321315352131401037051126
Binary1101000111001101111010101011110001000111110001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDEA; }

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

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

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

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

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

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

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

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