#D0CDEA

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

Shades of Quartz #D0CDEA

Tints of Quartz #D0CDEA

Color information

#D0CDEA (or 0xD0CDEA) is unknown color: approx Quartz. HEX triplet: D0, CD and EA. RGB value is (208,205,234). Sum of RGB (Red+Green+Blue) = 208+205+234=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDEA is #2F3215. Grayscale: #D1D1D1. Windows color (decimal): -3093014 or 15388112. OLE color: 15388112.

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

Color convert

RGB208205234-
CMYK0.110.1200.08
HSL246.21º40.85%86.08%-
HSV(B)246.21º12.39%91.76%-
XYZ62.763.0186.7-
YUV209.2141.99127.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.15%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=32.15%
G=31.68%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082052340.110.1200.08246.2140.8586.08
HexD0CDEABC08f62956
Octal320315352131401036651126
Binary1101000011001101111010101011110001000111101101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDEA; }

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

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

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

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

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

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

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

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