#D0CBEB

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

Shades of Quartz #D0CBEB

Tints of Quartz #D0CBEB

Color information

#D0CBEB (or 0xD0CBEB) is unknown color: approx Quartz. HEX triplet: D0, CB and EB. RGB value is (208,203,235). Sum of RGB (Red+Green+Blue) = 208+203+235=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBEB is #2F3414. Grayscale: #D0D0D0. Windows color (decimal): -3093525 or 15453136. OLE color: 15453136.

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

Color convert

RGB208203235-
CMYK0.110.1400.08
HSL249.38º44.44%85.88%-
HSV(B)249.38º13.62%92.16%-
XYZ62.3662.1287.3-
YUV208.14143.16127.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=32.20%
G=31.42%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082032350.110.1400.08249.3844.4485.88
HexD0CBEBBE08f92c56
Octal320313353131601037154126
Binary1101000011001011111010111011111001000111110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBEB; }

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

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

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

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

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

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

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

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