#D0CDEC

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

Shades of Quartz #D0CDEC

Tints of Quartz #D0CDEC

Color information

#D0CDEC (or 0xD0CDEC) is unknown color: approx Quartz. HEX triplet: D0, CD and EC. RGB value is (208,205,236). Sum of RGB (Red+Green+Blue) = 208+205+236=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDEC is #2F3213. Grayscale: #D1D1D1. Windows color (decimal): -3093012 or 15519184. OLE color: 15519184.

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

Color convert

RGB208205236-
CMYK0.120.1300.07
HSL245.81º44.93%86.47%-
HSV(B)245.81º13.14%92.55%-
XYZ62.9863.1388.22-
YUV209.43142.99126.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=32.05%
G=31.59%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082052360.120.1300.07245.8144.9386.47
HexD0CDECCD07f62d56
Octal32031535414150736655126
Binary110100001100110111101100110011010111111101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDEC; }

 p { color: rgb(208,205,236); }

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

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

 a { background-color: rgb(208,205,236); }

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

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

 span { border-color: rgb(208,205,236); }

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