#CCCBE8

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

Shades of Quartz #CCCBE8

Tints of Quartz #CCCBE8

Color information

#CCCBE8 (or 0xCCCBE8) is unknown color: approx Quartz. HEX triplet: CC, CB and E8. RGB value is (204,203,232). Sum of RGB (Red+Green+Blue) = 204+203+232=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBE8 is #333417. Grayscale: #CECECE. Windows color (decimal): -3355672 or 15256524. OLE color: 15256524.

HSL color Cylindrical-coordinate representation of color #CCCBE8: hue angle of 242.07º degrees, saturation: 0.39, 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 #CCCBE8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204203232-
CMYK0.120.1200.09
HSL242.07º38.67%85.29%-
HSV(B)242.07º12.5%90.98%-
XYZ60.8261.3884.98-
YUV206.6142.33126.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=31.92%
G=31.77%
B=36.31%

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
Decimal2042032320.120.1200.09242.0738.6785.29
HexCCCBE8CC09f22755
Octal314313350141401136247125
Binary1100110011001011111010001100110001001111100101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBE8; }

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

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

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

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

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

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

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

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