#CCCBE7

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

Shades of Quartz #CCCBE7

Tints of Quartz #CCCBE7

Color information

#CCCBE7 (or 0xCCCBE7) is unknown color: approx Quartz. HEX triplet: CC, CB and E7. RGB value is (204,203,231). Sum of RGB (Red+Green+Blue) = 204+203+231=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBE7 is #333418. Grayscale: #CECECE. Windows color (decimal): -3355673 or 15190988. OLE color: 15190988.

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

Color convert

RGB204203231-
CMYK0.120.1200.09
HSL242.14º36.84%85.1%-
HSV(B)242.14º12.12%90.59%-
XYZ60.6861.3284.24-
YUV206.49141.83126.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=31.97%
G=31.82%
B=36.21%

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
Decimal2042032310.120.1200.09242.1436.8485.1
HexCCCBE7CC09f22555
Octal314313347141401136245125
Binary1100110011001011111001111100110001001111100101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBE7; }

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

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

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

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

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

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

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

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