#CECBE7

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

Shades of Quartz #CECBE7

Tints of Quartz #CECBE7

Color information

#CECBE7 (or 0xCECBE7) is unknown color: approx Quartz. HEX triplet: CE, CB and E7. RGB value is (206,203,231). Sum of RGB (Red+Green+Blue) = 206+203+231=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBE7 is #313418. Grayscale: #CECECE. Windows color (decimal): -3224601 or 15190990. OLE color: 15190990.

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

Color convert

RGB206203231-
CMYK0.110.1200.09
HSL246.43º36.84%85.1%-
HSV(B)246.43º12.12%90.59%-
XYZ61.2361.684.26-
YUV207.09141.49127.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=32.19%
G=31.72%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062032310.110.1200.09246.4336.8485.1
HexCECBE7BC09f62555
Octal316313347131401136645125
Binary1100111011001011111001111011110001001111101101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBE7; }

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

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

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

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

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

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

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

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