#D1CCED

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

Shades of Quartz #D1CCED

Tints of Quartz #D1CCED

Color information

#D1CCED (or 0xD1CCED) is unknown color: approx Quartz. HEX triplet: D1, CC and ED. RGB value is (209,204,237). Sum of RGB (Red+Green+Blue) = 209+204+237=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCED is #2E3312. Grayscale: #D1D1D1. Windows color (decimal): -3027731 or 15584465. OLE color: 15584465.

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

Color convert

RGB209204237-
CMYK0.120.1400.07
HSL249.09º47.83%86.47%-
HSV(B)249.09º13.92%92.94%-
XYZ63.1762.8688.92-
YUV209.26143.66127.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=32.15%
G=31.38%
B=36.46%

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
Decimal2092042370.120.1400.07249.0947.8386.47
HexD1CCEDCE07f93056
Octal32131435514160737160126
Binary110100011100110011101101110011100111111110011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCED; }

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

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

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

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

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

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

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

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