#D0CCEA

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

Shades of Quartz #D0CCEA

Tints of Quartz #D0CCEA

Color information

#D0CCEA (or 0xD0CCEA) is unknown color: approx Quartz. HEX triplet: D0, CC and EA. RGB value is (208,204,234). Sum of RGB (Red+Green+Blue) = 208+204+234=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEA is #2F3315. Grayscale: #D0D0D0. Windows color (decimal): -3093270 or 15387856. OLE color: 15387856.

HSL color Cylindrical-coordinate representation of color #D0CCEA: hue angle of 248º degrees, saturation: 0.42, 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 #D0CCEA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208204234-
CMYK0.110.1300.08
HSL248º41.67%85.88%-
HSV(B)248º12.82%91.76%-
XYZ62.4662.5486.62-
YUV208.62142.33127.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=32.20%
G=31.58%
B=36.22%

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
Decimal2082042340.110.1300.0824841.6785.88
HexD0CCEABD08f82a56
Octal320314352131501037052126
Binary1101000011001100111010101011110101000111110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCEA; }

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

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

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

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

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

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

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

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