#D1CCEA

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

Shades of Quartz #D1CCEA

Tints of Quartz #D1CCEA

Color information

#D1CCEA (or 0xD1CCEA) is unknown color: approx Quartz. HEX triplet: D1, CC and EA. RGB value is (209,204,234). Sum of RGB (Red+Green+Blue) = 209+204+234=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 204 (80.08% from 255 or 31.53% 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 #D1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEA is #2E3315. Grayscale: #D0D0D0. Windows color (decimal): -3027734 or 15387857. OLE color: 15387857.

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

Color convert

RGB209204234-
CMYK0.110.1300.08
HSL250º41.67%85.88%-
HSV(B)250º12.82%91.76%-
XYZ62.7462.6886.63-
YUV208.91142.16128.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=32.30%
G=31.53%
B=36.17%

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
Decimal2092042340.110.1300.0825041.6785.88
HexD1CCEABD08fa2a56
Octal321314352131501037252126
Binary1101000111001100111010101011110101000111110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCEA; }

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

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

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

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

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

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

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

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