#CECBE5

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

Shades of Quartz #CECBE5

Tints of Quartz #CECBE5

Color information

#CECBE5 (or 0xCECBE5) is unknown color: approx Quartz. HEX triplet: CE, CB and E5. RGB value is (206,203,229). Sum of RGB (Red+Green+Blue) = 206+203+229=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE5 is #31341A. Grayscale: #CECECE. Windows color (decimal): -3224603 or 15059918. OLE color: 15059918.

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

Color convert

RGB206203229-
CMYK0.100.1100.10
HSL246.92º33.33%84.71%-
HSV(B)246.92º11.35%89.8%-
XYZ60.9561.4982.79-
YUV206.86140.49127.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=32.29%
G=31.82%
B=35.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062032290.100.1100.10246.9233.3384.71
HexCECBE5AB0Af72155
Octal316313345121301236741125
Binary1100111011001011111001011010101101010111101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBE5; }

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

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

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

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

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

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

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

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