#CCCEEA

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

Shades of Quartz #CCCEEA

Tints of Quartz #CCCEEA

Color information

#CCCEEA (or 0xCCCEEA) is unknown color: approx Quartz. HEX triplet: CC, CE and EA. RGB value is (204,206,234). Sum of RGB (Red+Green+Blue) = 204+206+234=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEA is #333115. Grayscale: #D0D0D0. Windows color (decimal): -3354902 or 15388364. OLE color: 15388364.

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

Color convert

RGB204206234-
CMYK0.130.1200.08
HSL236º41.67%85.88%-
HSV(B)236º12.82%91.76%-
XYZ61.8262.9286.73-
YUV208.59142.34124.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=31.68%
G=31.99%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042062340.130.1200.0823641.6785.88
HexCCCEEADC08ec2a56
Octal314316352151401035452126
Binary1100110011001110111010101101110001000111011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEEA; }

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

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

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

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

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

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

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

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