#CCCCE6

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

Shades of Quartz #CCCCE6

Tints of Quartz #CCCCE6

Color information

#CCCCE6 (or 0xCCCCE6) is unknown color: approx Quartz. HEX triplet: CC, CC and E6. RGB value is (204,204,230). Sum of RGB (Red+Green+Blue) = 204+204+230=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCE6 is #333319. Grayscale: #CECECE. Windows color (decimal): -3355418 or 15125708. OLE color: 15125708.

HSL color Cylindrical-coordinate representation of color #CCCCE6: hue angle of 240º degrees, saturation: 0.34, 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 #CCCCE6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204204230-
CMYK0.110.1100.10
HSL240º34.21%85.1%-
HSV(B)240º11.3%90.2%-
XYZ60.7861.7483.58-
YUV206.96141125.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=31.97%
G=31.97%
B=36.05%

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
Decimal2042042300.110.1100.1024034.2185.1
HexCCCCE6BB0Af02255
Octal314314346131301236042125
Binary1100110011001100111001101011101101010111100001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCE6; }

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

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

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

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

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

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

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

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