#D0CCE9

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

Shades of Quartz #D0CCE9

Tints of Quartz #D0CCE9

Color information

#D0CCE9 (or 0xD0CCE9) is unknown color: approx Quartz. HEX triplet: D0, CC and E9. RGB value is (208,204,233). Sum of RGB (Red+Green+Blue) = 208+204+233=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCE9 is #2F3316. Grayscale: #D0D0D0. Windows color (decimal): -3093271 or 15322320. OLE color: 15322320.

HSL color Cylindrical-coordinate representation of color #D0CCE9: hue angle of 248.28º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CCE9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208204233-
CMYK0.110.1200.09
HSL248.28º39.73%85.69%-
HSV(B)248.28º12.45%91.37%-
XYZ62.3162.4885.87-
YUV208.5141.83127.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=32.25%
G=31.63%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082042330.110.1200.09248.2839.7385.69
HexD0CCE9BC09f82856
Octal320314351131401137050126
Binary1101000011001100111010011011110001001111110001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCE9; }

 p { color: rgb(208,204,233); }

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

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

 a { background-color: rgb(208,204,233); }

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

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

 span { border-color: rgb(208,204,233); }

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