#CCCBE6

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

Shades of Quartz #CCCBE6

Tints of Quartz #CCCBE6

Color information

#CCCBE6 (or 0xCCCBE6) is unknown color: approx Quartz. HEX triplet: CC, CB and E6. RGB value is (204,203,230). Sum of RGB (Red+Green+Blue) = 204+203+230=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBE6 is #333419. Grayscale: #CECECE. Windows color (decimal): -3355674 or 15125452. OLE color: 15125452.

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

Color convert

RGB204203230-
CMYK0.110.1200.10
HSL242.22º35.06%84.9%-
HSV(B)242.22º11.74%90.2%-
XYZ60.5461.2683.5-
YUV206.38141.33126.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=32.03%
G=31.87%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042032300.110.1200.10242.2235.0684.9
HexCCCBE6BC0Af22355
Octal314313346131401236243125
Binary1100110011001011111001101011110001010111100101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBE6; }

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

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

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

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

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

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

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

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