#CCCCE7

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

Shades of Quartz #CCCCE7

Tints of Quartz #CCCCE7

Color information

#CCCCE7 (or 0xCCCCE7) is unknown color: approx Quartz. HEX triplet: CC, CC and E7. RGB value is (204,204,231). Sum of RGB (Red+Green+Blue) = 204+204+231=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCE7 is #333318. Grayscale: #CECECE. Windows color (decimal): -3355417 or 15191244. OLE color: 15191244.

HSL color Cylindrical-coordinate representation of color #CCCCE7: hue angle of 240º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCCE7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204204231-
CMYK0.120.1200.09
HSL240º36%85.29%-
HSV(B)240º11.69%90.59%-
XYZ60.9261.7984.32-
YUV207.08141.5125.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=31.92%
G=31.92%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042042310.120.1200.092403685.29
HexCCCCE7CC09f02455
Octal314314347141401136044125
Binary1100110011001100111001111100110001001111100001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCE7; }

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

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

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

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

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

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

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

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