#D0CDEB

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

Shades of Quartz #D0CDEB

Tints of Quartz #D0CDEB

Color information

#D0CDEB (or 0xD0CDEB) is unknown color: approx Quartz. HEX triplet: D0, CD and EB. RGB value is (208,205,235). Sum of RGB (Red+Green+Blue) = 208+205+235=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDEB is #2F3214. Grayscale: #D1D1D1. Windows color (decimal): -3093013 or 15453648. OLE color: 15453648.

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

Color convert

RGB208205235-
CMYK0.110.1300.08
HSL246º42.86%86.27%-
HSV(B)246º12.77%92.16%-
XYZ62.8463.0787.46-
YUV209.32142.49127.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=32.10%
G=31.64%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082052350.110.1300.0824642.8686.27
HexD0CDEBBD08f62b56
Octal320315353131501036653126
Binary1101000011001101111010111011110101000111101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDEB; }

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

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

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

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

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

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

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

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