#CCCCEA

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

Shades of Quartz #CCCCEA

Tints of Quartz #CCCCEA

Color information

#CCCCEA (or 0xCCCCEA) is unknown color: approx Quartz. HEX triplet: CC, CC and EA. RGB value is (204,204,234). Sum of RGB (Red+Green+Blue) = 204+204+234=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEA is #333315. Grayscale: #CFCFCF. Windows color (decimal): -3355414 or 15387852. OLE color: 15387852.

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

Color convert

RGB204204234-
CMYK0.130.1300.08
HSL240º41.67%85.88%-
HSV(B)240º12.82%91.76%-
XYZ61.3561.9686.57-
YUV207.42143125.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=31.78%
G=31.78%
B=36.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042042340.130.1300.0824041.6785.88
HexCCCCEADD08f02a56
Octal314314352151501036052126
Binary1100110011001100111010101101110101000111100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCEA; }

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

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

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

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

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

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

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

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