#D1CDED

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

Shades of Quartz #D1CDED

Tints of Quartz #D1CDED

Color information

#D1CDED (or 0xD1CDED) is unknown color: approx Quartz. HEX triplet: D1, CD and ED. RGB value is (209,205,237). Sum of RGB (Red+Green+Blue) = 209+205+237=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDED is #2E3212. Grayscale: #D1D1D1. Windows color (decimal): -3027475 or 15584721. OLE color: 15584721.

HSL color Cylindrical-coordinate representation of color #D1CDED: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CDED is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209205237-
CMYK0.120.1400.07
HSL247.5º47.06%86.67%-
HSV(B)247.5º13.5%92.94%-
XYZ63.4163.3389-
YUV209.84143.33127.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=32.10%
G=31.49%
B=36.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092052370.120.1400.07247.547.0686.67
HexD1CDEDCE07f82f57
Octal32131535514160737057127
Binary110100011100110111101101110011100111111110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDED; }

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

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

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

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

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

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

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

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