#CCCCE5

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

Shades of Quartz #CCCCE5

Tints of Quartz #CCCCE5

Color information

#CCCCE5 (or 0xCCCCE5) is unknown color: approx Quartz. HEX triplet: CC, CC and E5. RGB value is (204,204,229). Sum of RGB (Red+Green+Blue) = 204+204+229=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCE5 is #33331A. Grayscale: #CECECE. Windows color (decimal): -3355419 or 15060172. OLE color: 15060172.

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

Color convert

RGB204204229-
CMYK0.110.1100.10
HSL240º32.47%84.9%-
HSV(B)240º10.92%89.8%-
XYZ60.6461.6882.84-
YUV206.85140.5125.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=32.03%
G=32.03%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042042290.110.1100.1024032.4784.9
HexCCCCE5BB0Af02055
Octal314314345131301236040125
Binary1100110011001100111001011011101101010111100001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCE5; }

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

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

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

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

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

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

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

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